#C81E0B

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

Shades of Harley Davidson Orange #C81E0B

Tints of Harley Davidson Orange #C81E0B

Color information

#C81E0B (or 0xC81E0B) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 1E and 0B. RGB value is (200,30,11). Sum of RGB (Red+Green+Blue) = 200+30+11=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E0B is #37E1F4. Grayscale: #4E4E4E. Windows color (decimal): -3662325 or 728776. OLE color: 728776.

HSL color Cylindrical-coordinate representation of color #C81E0B: hue angle of 6.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C81E0B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2003011-
CMYK00.850.940.22
HSL6.03º89.57%41.37%-
HSV(B)6.03º94.5%78.43%-
XYZ24.3413.231.59-
YUV78.6689.82214.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 82.99%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=82.99%
G=12.45%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200301100.850.940.226.0389.5741.37
HexC81EB0555E1665a29
Octal3103613012513626613251
Binary11001000111101011010101011011110101101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81E0B; }

 p { color: rgb(200,30,11); }

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

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

 a { background-color: rgb(200,30,11); }

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

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

 span { border-color: rgb(200,30,11); }

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