#CE3F0C

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

Shades of Harley Davidson Orange #CE3F0C

Tints of Harley Davidson Orange #CE3F0C

Color information

#CE3F0C (or 0xCE3F0C) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 3F and 0C. RGB value is (206,63,12). Sum of RGB (Red+Green+Blue) = 206+63+12=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F0C is #31C0F3. Grayscale: #646464. Windows color (decimal): -3260660 or 802766. OLE color: 802766.

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

Color convert

RGB2066312-
CMYK00.690.940.19
HSL15.77º88.99%42.75%-
HSV(B)15.77º94.17%80.78%-
XYZ27.316.72.13-
YUV99.9478.38203.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 73.31%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 12 (5.08% from 255) = 4.27%
R=73.31%
G=22.42%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206631200.690.940.1915.7788.9942.75
HexCE3FC0455E1310592b
Octal31677140105136232013153
Binary11001110111111110001000101101111010011100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3F0C; }

 p { color: rgb(206,63,12); }

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

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

 a { background-color: rgb(206,63,12); }

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

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

 span { border-color: rgb(206,63,12); }

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