Html Css Color HEX #C82F16 Harley Davidson Orange
📋 copy color: '#C82F16'red 200 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #C82F16
Tints of Harley Davidson Orange #C82F16
RGB
CMYK
RGB Variations
Color information
#C82F16 (or 0xC82F16) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 16. RGB value is (200,47,22). Sum of RGB (Red+Green+Blue) = 200+47+22=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F16 is #37D0E9. Grayscale: #5A5A5A. Windows color (decimal): -3657962 or 1454024. OLE color: 1454024.
HSL color Cylindrical-coordinate representation of color #C82F16: hue angle of 8.43º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.22 |
| HSL | 8.43º | 0.8% | 0.44% | - |
| HSV(B) | 8.43º | 0.89% | 0.78% | - |
| XYZ | 24.98 | 14.37 | 2.22 | - |
| YUV | 89.9 | 89.69 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 22 | 0 | 0.76 | 0.89 | 0.22 | 8.43 | 0.8 | 0.44 |
| Hex | C8 | 2F | 16 | 0 | 4C | 59 | 16 | 8 | 50 | 2C |
| Octal | 310 | 57 | 26 | 0 | 114 | 131 | 26 | 10 | 120 | 54 |
| Binary | 11001000 | 101111 | 10110 | 0 | 1001100 | 1011001 | 10110 | 1000 | 1010000 | 101100 |
Color Harmonies of #C82F16
Complementary color
Monochromatic Colors of #C82F16
Black with #C82F16
Text Example
Text Example
White with #C82F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F16; }
p { color: rgb(200,47,22); }
H1.HeaderClassName
{
color: #C82F16;
}
.AnyTagClassName
{
color: #C82F16;
}
</style>
background-color css
<style>
a { background-color: #C82F16; }
a { background-color: rgb(200,47,22); }
div.DivClassName
{
background-color: #C82F16;
}
.BgClassName
{
background-color: #C82F16;
}
</style>
border-color css
<style>
span { border-color: #C82F16; }
span { border-color: rgb(200,47,22); }
td.TdClassName
{
border-color: #C82F16;
}
.TagClassName
{
border-color: #C82F16;
}
</style>