#CE420B

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

Shades of Harley Davidson Orange #CE420B

Tints of Harley Davidson Orange #CE420B

Color information

#CE420B (or 0xCE420B) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 42 and 0B. RGB value is (206,66,11). Sum of RGB (Red+Green+Blue) = 206+66+11=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE420B is #31BDF4. Grayscale: #656565. Windows color (decimal): -3259893 or 737998. OLE color: 737998.

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

Color convert

RGB2066611-
CMYK00.680.950.19
HSL16.92º89.86%42.55%-
HSV(B)16.92º94.66%80.78%-
XYZ27.4617.042.16-
YUV101.5976.88202.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 72.79%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 11 (4.69% from 255) = 3.89%
R=72.79%
G=23.32%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206661100.680.950.1916.9289.8642.55
HexCE42B0445F13115a2b
Octal316102130104137232113253
Binary110011101000010101101000100101111110011100011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE420B; }

 p { color: rgb(206,66,11); }

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

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

 a { background-color: rgb(206,66,11); }

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

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

 span { border-color: rgb(206,66,11); }

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