Html Css Color HEX #C82F13 Harley Davidson Orange
📋 copy color: '#C82F13'red 200 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #C82F13
Tints of Harley Davidson Orange #C82F13
RGB
CMYK
RGB Variations
Color information
#C82F13 (or 0xC82F13) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 13. RGB value is (200,47,19). Sum of RGB (Red+Green+Blue) = 200+47+19=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F13 is #37D0EC. Grayscale: #595959. Windows color (decimal): -3657965 or 1257416. OLE color: 1257416.
HSL color Cylindrical-coordinate representation of color #C82F13: hue angle of 9.28º degrees, saturation: 0.83, 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 #C82F13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.22 |
| HSL | 9.28º | 0.83% | 0.43% | - |
| HSV(B) | 9.28º | 0.91% | 0.78% | - |
| XYZ | 24.95 | 14.36 | 2.07 | - |
| YUV | 89.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 19 | 0 | 0.76 | 0.90 | 0.22 | 9.28 | 0.83 | 0.43 |
| Hex | C8 | 2F | 13 | 0 | 4C | 5A | 16 | 9 | 53 | 2B |
| Octal | 310 | 57 | 23 | 0 | 114 | 132 | 26 | 11 | 123 | 53 |
| Binary | 11001000 | 101111 | 10011 | 0 | 1001100 | 1011010 | 10110 | 1001 | 1010011 | 101011 |
Color Harmonies of #C82F13
Complementary color
Monochromatic Colors of #C82F13
Black with #C82F13
Text Example
Text Example
White with #C82F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F13; }
p { color: rgb(200,47,19); }
H1.HeaderClassName
{
color: #C82F13;
}
.AnyTagClassName
{
color: #C82F13;
}
</style>
background-color css
<style>
a { background-color: #C82F13; }
a { background-color: rgb(200,47,19); }
div.DivClassName
{
background-color: #C82F13;
}
.BgClassName
{
background-color: #C82F13;
}
</style>
border-color css
<style>
span { border-color: #C82F13; }
span { border-color: rgb(200,47,19); }
td.TdClassName
{
border-color: #C82F13;
}
.TagClassName
{
border-color: #C82F13;
}
</style>