Html Css Color HEX #C82907 Harley Davidson Orange
📋 copy color: '#C82907'red 200 ◦ green 41 ◦ blue 7
Shades of Harley Davidson Orange #C82907
Tints of Harley Davidson Orange #C82907
RGB
CMYK
RGB Variations
Color information
#C82907 (or 0xC82907) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 07. RGB value is (200,41,7). Sum of RGB (Red+Green+Blue) = 200+41+7=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C82907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82907 is #37D6F8. Grayscale: #545454. Windows color (decimal): -3659513 or 469448. OLE color: 469448.
HSL color Cylindrical-coordinate representation of color #C82907: hue angle of 10.57º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C82907 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.22 |
| HSL | 10.57º | 0.93% | 0.41% | - |
| HSV(B) | 10.57º | 0.97% | 0.78% | - |
| XYZ | 24.65 | 13.88 | 1.58 | - |
| YUV | 84.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 7 | 0 | 0.80 | 0.96 | 0.22 | 10.57 | 0.93 | 0.41 |
| Hex | C8 | 29 | 7 | 0 | 50 | 60 | 16 | B | 5D | 29 |
| Octal | 310 | 51 | 7 | 0 | 120 | 140 | 26 | 13 | 135 | 51 |
| Binary | 11001000 | 101001 | 111 | 0 | 1010000 | 1100000 | 10110 | 1011 | 1011101 | 101001 |
Color Harmonies of #C82907
Complementary color
Monochromatic Colors of #C82907
Black with #C82907
Text Example
Text Example
White with #C82907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82907; }
p { color: rgb(200,41,7); }
H1.HeaderClassName
{
color: #C82907;
}
.AnyTagClassName
{
color: #C82907;
}
</style>
background-color css
<style>
a { background-color: #C82907; }
a { background-color: rgb(200,41,7); }
div.DivClassName
{
background-color: #C82907;
}
.BgClassName
{
background-color: #C82907;
}
</style>
border-color css
<style>
span { border-color: #C82907; }
span { border-color: rgb(200,41,7); }
td.TdClassName
{
border-color: #C82907;
}
.TagClassName
{
border-color: #C82907;
}
</style>