#CE410B

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

Shades of Harley Davidson Orange #CE410B

Tints of Harley Davidson Orange #CE410B

Color information

#CE410B (or 0xCE410B) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 41 and 0B. RGB value is (206,65,11). Sum of RGB (Red+Green+Blue) = 206+65+11=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE410B is #31BEF4. Grayscale: #656565. Windows color (decimal): -3260149 or 737742. OLE color: 737742.

HSL color Cylindrical-coordinate representation of color #CE410B: hue angle of 16.62º 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 #CE410B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB2066511-
CMYK00.680.950.19
HSL16.62º89.86%42.55%-
HSV(B)16.62º94.66%80.78%-
XYZ27.416.932.14-
YUV10177.21202.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 73.05%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 11 (4.69% from 255) = 3.90%
R=73.05%
G=23.05%
B=3.90%

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
Decimal206651100.680.950.1916.6289.8642.55
HexCE41B0445F13115a2b
Octal316101130104137232113253
Binary110011101000001101101000100101111110011100011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE410B; }

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

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

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

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

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

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

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

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