Html Css Color HEX #C81E14 Harley Davidson Orange
📋 copy color: '#C81E14'red 200 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #C81E14
Tints of Harley Davidson Orange #C81E14
RGB
CMYK
RGB Variations
Color information
#C81E14 (or 0xC81E14) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 14. RGB value is (200,30,20). Sum of RGB (Red+Green+Blue) = 200+30+20=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E14 is #37E1EB. Grayscale: #4F4F4F. Windows color (decimal): -3662316 or 1318600. OLE color: 1318600.
HSL color Cylindrical-coordinate representation of color #C81E14: hue angle of 3.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81E14 is Cyan = 0, Magento = 0.85, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 20 | - |
| CMYK | 0 | 0.85 | 0.9 | 0.22 |
| HSL | 3.33º | 0.82% | 0.43% | - |
| HSV(B) | 3.33º | 0.9% | 0.78% | - |
| XYZ | 24.41 | 13.26 | 1.93 | - |
| YUV | 79.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 20 | 0 | 0.85 | 0.9 | 0.22 | 3.33 | 0.82 | 0.43 |
| Hex | C8 | 1E | 14 | 0 | 55 | 5A | 16 | 3 | 52 | 2B |
| Octal | 310 | 36 | 24 | 0 | 125 | 132 | 26 | 3 | 122 | 53 |
| Binary | 11001000 | 11110 | 10100 | 0 | 1010101 | 1011010 | 10110 | 11 | 1010010 | 101011 |
Color Harmonies of #C81E14
Complementary color
Monochromatic Colors of #C81E14
Black with #C81E14
Text Example
Text Example
White with #C81E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E14; }
p { color: rgb(200,30,20); }
H1.HeaderClassName
{
color: #C81E14;
}
.AnyTagClassName
{
color: #C81E14;
}
</style>
background-color css
<style>
a { background-color: #C81E14; }
a { background-color: rgb(200,30,20); }
div.DivClassName
{
background-color: #C81E14;
}
.BgClassName
{
background-color: #C81E14;
}
</style>
border-color css
<style>
span { border-color: #C81E14; }
span { border-color: rgb(200,30,20); }
td.TdClassName
{
border-color: #C81E14;
}
.TagClassName
{
border-color: #C81E14;
}
</style>