Html Css Color HEX #C82F0C Harley Davidson Orange
📋 copy color: '#C82F0C'red 200 ◦ green 47 ◦ blue 12
Shades of Harley Davidson Orange #C82F0C
Tints of Harley Davidson Orange #C82F0C
RGB
CMYK
RGB Variations
Color information
#C82F0C (or 0xC82F0C) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 0C. RGB value is (200,47,12). Sum of RGB (Red+Green+Blue) = 200+47+12=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F0C is #37D0F3. Grayscale: #595959. Windows color (decimal): -3657972 or 798664. OLE color: 798664.
HSL color Cylindrical-coordinate representation of color #C82F0C: hue angle of 11.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C82F0C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.22 |
| HSL | 11.17º | 0.89% | 0.42% | - |
| HSV(B) | 11.17º | 0.94% | 0.78% | - |
| XYZ | 24.9 | 14.34 | 1.8 | - |
| YUV | 88.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 12 | 0 | 0.76 | 0.94 | 0.22 | 11.17 | 0.89 | 0.42 |
| Hex | C8 | 2F | C | 0 | 4C | 5E | 16 | B | 59 | 2A |
| Octal | 310 | 57 | 14 | 0 | 114 | 136 | 26 | 13 | 131 | 52 |
| Binary | 11001000 | 101111 | 1100 | 0 | 1001100 | 1011110 | 10110 | 1011 | 1011001 | 101010 |
Color Harmonies of #C82F0C
Complementary color
Monochromatic Colors of #C82F0C
Black with #C82F0C
Text Example
Text Example
White with #C82F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F0C; }
p { color: rgb(200,47,12); }
H1.HeaderClassName
{
color: #C82F0C;
}
.AnyTagClassName
{
color: #C82F0C;
}
</style>
background-color css
<style>
a { background-color: #C82F0C; }
a { background-color: rgb(200,47,12); }
div.DivClassName
{
background-color: #C82F0C;
}
.BgClassName
{
background-color: #C82F0C;
}
</style>
border-color css
<style>
span { border-color: #C82F0C; }
span { border-color: rgb(200,47,12); }
td.TdClassName
{
border-color: #C82F0C;
}
.TagClassName
{
border-color: #C82F0C;
}
</style>