#CE4308

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

Shades of Harley Davidson Orange #CE4308

Tints of Harley Davidson Orange #CE4308

Color information

#CE4308 (or 0xCE4308) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 43 and 08. RGB value is (206,67,8). Sum of RGB (Red+Green+Blue) = 206+67+8=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4308 is #31BCF7. Grayscale: #666666. Windows color (decimal): -3259640 or 541646. OLE color: 541646.

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

Color convert

RGB206678-
CMYK00.670.960.19
HSL17.88º92.52%41.96%-
HSV(B)17.88º96.12%80.78%-
XYZ27.517.152.09-
YUV101.8475.05202.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 73.31%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=73.31%
G=23.84%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20667800.670.960.1917.8892.5241.96
HexCE4380436013125d2a
Octal316103100103140232213552
Binary110011101000011100001000011110000010011100101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4308; }

 p { color: rgb(206,67,8); }

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

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

 a { background-color: rgb(206,67,8); }

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

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

 span { border-color: rgb(206,67,8); }

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