Html Css Color HEX #C81E02 Harley Davidson Orange
📋 copy color: '#C81E02'red 200 ◦ green 30 ◦ blue 2
Shades of Harley Davidson Orange #C81E02
Tints of Harley Davidson Orange #C81E02
RGB
CMYK
RGB Variations
Color information
#C81E02 (or 0xC81E02) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 02. RGB value is (200,30,2). Sum of RGB (Red+Green+Blue) = 200+30+2=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E02 is #37E1FD. Grayscale: #4D4D4D. Windows color (decimal): -3662334 or 138952. OLE color: 138952.
HSL color Cylindrical-coordinate representation of color #C81E02: hue angle of 8.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C81E02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.22 |
| HSL | 8.48º | 0.98% | 0.4% | - |
| HSV(B) | 8.48º | 0.99% | 0.78% | - |
| XYZ | 24.29 | 13.21 | 1.33 | - |
| YUV | 77.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 2 | 0 | 0.85 | 0.99 | 0.22 | 8.48 | 0.98 | 0.4 |
| Hex | C8 | 1E | 2 | 0 | 55 | 63 | 16 | 8 | 62 | 28 |
| Octal | 310 | 36 | 2 | 0 | 125 | 143 | 26 | 10 | 142 | 50 |
| Binary | 11001000 | 11110 | 10 | 0 | 1010101 | 1100011 | 10110 | 1000 | 1100010 | 101000 |
Color Harmonies of #C81E02
Complementary color
Monochromatic Colors of #C81E02
Black with #C81E02
Text Example
Text Example
White with #C81E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E02; }
p { color: rgb(200,30,2); }
H1.HeaderClassName
{
color: #C81E02;
}
.AnyTagClassName
{
color: #C81E02;
}
</style>
background-color css
<style>
a { background-color: #C81E02; }
a { background-color: rgb(200,30,2); }
div.DivClassName
{
background-color: #C81E02;
}
.BgClassName
{
background-color: #C81E02;
}
</style>
border-color css
<style>
span { border-color: #C81E02; }
span { border-color: rgb(200,30,2); }
td.TdClassName
{
border-color: #C81E02;
}
.TagClassName
{
border-color: #C81E02;
}
</style>