Html Css Color HEX #C82F15 Harley Davidson Orange
📋 copy color: '#C82F15'red 200 ◦ green 47 ◦ blue 21
Shades of Harley Davidson Orange #C82F15
Tints of Harley Davidson Orange #C82F15
RGB
CMYK
RGB Variations
Color information
#C82F15 (or 0xC82F15) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 15. RGB value is (200,47,21). Sum of RGB (Red+Green+Blue) = 200+47+21=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F15 is #37D0EA. Grayscale: #5A5A5A. Windows color (decimal): -3657963 or 1388488. OLE color: 1388488.
HSL color Cylindrical-coordinate representation of color #C82F15: hue angle of 8.72º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82F15 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.22 |
| HSL | 8.72º | 0.81% | 0.43% | - |
| HSV(B) | 8.72º | 0.9% | 0.78% | - |
| XYZ | 24.97 | 14.37 | 2.17 | - |
| YUV | 89.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 21 | 0 | 0.76 | 0.90 | 0.22 | 8.72 | 0.81 | 0.43 |
| Hex | C8 | 2F | 15 | 0 | 4C | 5A | 16 | 9 | 51 | 2B |
| Octal | 310 | 57 | 25 | 0 | 114 | 132 | 26 | 11 | 121 | 53 |
| Binary | 11001000 | 101111 | 10101 | 0 | 1001100 | 1011010 | 10110 | 1001 | 1010001 | 101011 |
Color Harmonies of #C82F15
Complementary color
Monochromatic Colors of #C82F15
Black with #C82F15
Text Example
Text Example
White with #C82F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F15; }
p { color: rgb(200,47,21); }
H1.HeaderClassName
{
color: #C82F15;
}
.AnyTagClassName
{
color: #C82F15;
}
</style>
background-color css
<style>
a { background-color: #C82F15; }
a { background-color: rgb(200,47,21); }
div.DivClassName
{
background-color: #C82F15;
}
.BgClassName
{
background-color: #C82F15;
}
</style>
border-color css
<style>
span { border-color: #C82F15; }
span { border-color: rgb(200,47,21); }
td.TdClassName
{
border-color: #C82F15;
}
.TagClassName
{
border-color: #C82F15;
}
</style>