Html Css Color HEX #C82F09 Harley Davidson Orange
📋 copy color: '#C82F09'red 200 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #C82F09
Tints of Harley Davidson Orange #C82F09
RGB
CMYK
RGB Variations
Color information
#C82F09 (or 0xC82F09) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 09. RGB value is (200,47,9). Sum of RGB (Red+Green+Blue) = 200+47+9=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F09 is #37D0F6. Grayscale: #585858. Windows color (decimal): -3657975 or 602056. OLE color: 602056.
HSL color Cylindrical-coordinate representation of color #C82F09: hue angle of 11.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C82F09 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.22 |
| HSL | 11.94º | 0.91% | 0.41% | - |
| HSV(B) | 11.94º | 0.96% | 0.78% | - |
| XYZ | 24.89 | 14.33 | 1.71 | - |
| YUV | 88.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 9 | 0 | 0.76 | 0.96 | 0.22 | 11.94 | 0.91 | 0.41 |
| Hex | C8 | 2F | 9 | 0 | 4C | 60 | 16 | C | 5B | 29 |
| Octal | 310 | 57 | 11 | 0 | 114 | 140 | 26 | 14 | 133 | 51 |
| Binary | 11001000 | 101111 | 1001 | 0 | 1001100 | 1100000 | 10110 | 1100 | 1011011 | 101001 |
Color Harmonies of #C82F09
Complementary color
Monochromatic Colors of #C82F09
Black with #C82F09
Text Example
Text Example
White with #C82F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F09; }
p { color: rgb(200,47,9); }
H1.HeaderClassName
{
color: #C82F09;
}
.AnyTagClassName
{
color: #C82F09;
}
</style>
background-color css
<style>
a { background-color: #C82F09; }
a { background-color: rgb(200,47,9); }
div.DivClassName
{
background-color: #C82F09;
}
.BgClassName
{
background-color: #C82F09;
}
</style>
border-color css
<style>
span { border-color: #C82F09; }
span { border-color: rgb(200,47,9); }
td.TdClassName
{
border-color: #C82F09;
}
.TagClassName
{
border-color: #C82F09;
}
</style>