Html Css Color HEX #C82F18 Harley Davidson Orange
📋 copy color: '#C82F18'red 200 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #C82F18
Tints of Harley Davidson Orange #C82F18
RGB
CMYK
RGB Variations
Color information
#C82F18 (or 0xC82F18) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 18. RGB value is (200,47,24). Sum of RGB (Red+Green+Blue) = 200+47+24=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F18 is #37D0E7. Grayscale: #5A5A5A. Windows color (decimal): -3657960 or 1585096. OLE color: 1585096.
HSL color Cylindrical-coordinate representation of color #C82F18: hue angle of 7.84º 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 #C82F18 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 24 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.22 |
| HSL | 7.84º | 0.79% | 0.44% | - |
| HSV(B) | 7.84º | 0.88% | 0.78% | - |
| XYZ | 25 | 14.38 | 2.32 | - |
| YUV | 90.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 24 | 0 | 0.76 | 0.88 | 0.22 | 7.84 | 0.79 | 0.44 |
| Hex | C8 | 2F | 18 | 0 | 4C | 58 | 16 | 8 | 4F | 2C |
| Octal | 310 | 57 | 30 | 0 | 114 | 130 | 26 | 10 | 117 | 54 |
| Binary | 11001000 | 101111 | 11000 | 0 | 1001100 | 1011000 | 10110 | 1000 | 1001111 | 101100 |
Color Harmonies of #C82F18
Complementary color
Monochromatic Colors of #C82F18
Black with #C82F18
Text Example
Text Example
White with #C82F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F18; }
p { color: rgb(200,47,24); }
H1.HeaderClassName
{
color: #C82F18;
}
.AnyTagClassName
{
color: #C82F18;
}
</style>
background-color css
<style>
a { background-color: #C82F18; }
a { background-color: rgb(200,47,24); }
div.DivClassName
{
background-color: #C82F18;
}
.BgClassName
{
background-color: #C82F18;
}
</style>
border-color css
<style>
span { border-color: #C82F18; }
span { border-color: rgb(200,47,24); }
td.TdClassName
{
border-color: #C82F18;
}
.TagClassName
{
border-color: #C82F18;
}
</style>