Html Css Color HEX #C81F17 Harley Davidson Orange
📋 copy color: '#C81F17'red 200 ◦ green 31 ◦ blue 23
Shades of Harley Davidson Orange #C81F17
Tints of Harley Davidson Orange #C81F17
RGB
CMYK
RGB Variations
Color information
#C81F17 (or 0xC81F17) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 17. RGB value is (200,31,23). Sum of RGB (Red+Green+Blue) = 200+31+23=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F17 is #37E0E8. Grayscale: #505050. Windows color (decimal): -3662057 or 1515464. OLE color: 1515464.
HSL color Cylindrical-coordinate representation of color #C81F17: hue angle of 2.71º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81F17 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 23 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.22 |
| HSL | 2.71º | 0.79% | 0.44% | - |
| HSV(B) | 2.71º | 0.89% | 0.78% | - |
| XYZ | 24.46 | 13.32 | 2.09 | - |
| YUV | 80.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 23 | 0 | 0.84 | 0.88 | 0.22 | 2.71 | 0.79 | 0.44 |
| Hex | C8 | 1F | 17 | 0 | 54 | 58 | 16 | 3 | 4F | 2C |
| Octal | 310 | 37 | 27 | 0 | 124 | 130 | 26 | 3 | 117 | 54 |
| Binary | 11001000 | 11111 | 10111 | 0 | 1010100 | 1011000 | 10110 | 11 | 1001111 | 101100 |
Color Harmonies of #C81F17
Complementary color
Monochromatic Colors of #C81F17
Black with #C81F17
Text Example
Text Example
White with #C81F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F17; }
p { color: rgb(200,31,23); }
H1.HeaderClassName
{
color: #C81F17;
}
.AnyTagClassName
{
color: #C81F17;
}
</style>
background-color css
<style>
a { background-color: #C81F17; }
a { background-color: rgb(200,31,23); }
div.DivClassName
{
background-color: #C81F17;
}
.BgClassName
{
background-color: #C81F17;
}
</style>
border-color css
<style>
span { border-color: #C81F17; }
span { border-color: rgb(200,31,23); }
td.TdClassName
{
border-color: #C81F17;
}
.TagClassName
{
border-color: #C81F17;
}
</style>