#CE180F

Color #CE180F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CE180F

Tints of Harley Davidson Orange #CE180F

Color information

#CE180F (or 0xCE180F) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 18 and 0F. RGB value is (206,24,15). Sum of RGB (Red+Green+Blue) = 206+24+15=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE180F is #31E7F0. Grayscale: #4D4D4D. Windows color (decimal): -3270641 or 989390. OLE color: 989390.

HSL color Cylindrical-coordinate representation of color #CE180F: hue angle of 2.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE180F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB2062415-
CMYK00.880.930.19
HSL2.83º86.43%43.33%-
HSV(B)2.83º92.72%80.78%-
XYZ25.8713.811.75-
YUV77.3992.8219.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 84.08%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=84.08%
G=9.80%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206241500.880.930.192.8386.4343.33
HexCE18F0585D133562b
Octal3163017013013523312653
Binary1100111011000111101011000101110110011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE180F; }

 p { color: rgb(206,24,15); }

 H1.HeaderClassName
 {
   color: #CE180F;
 }
 .AnyTagClassName
 {
   color: #CE180F;
 }
</style>
background-color css

<style>
 a { background-color: #CE180F; }

 a { background-color: rgb(206,24,15); }

 div.DivClassName
 {
   background-color: #CE180F;
 }
 .BgClassName
 {
   background-color: #CE180F;
 }
</style>
border-color css

<style>
 span { border-color: #CE180F; }

 span { border-color: rgb(206,24,15); }

 td.TdClassName
 {
   border-color: #CE180F;
 }
 .TagClassName
 {
   border-color: #CE180F;
 }
</style>