Html Css Color HEX #C83007 Harley Davidson Orange
📋 copy color: '#C83007'red 200 ◦ green 48 ◦ blue 7
Shades of Harley Davidson Orange #C83007
Tints of Harley Davidson Orange #C83007
RGB
CMYK
RGB Variations
Color information
#C83007 (or 0xC83007) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 07. RGB value is (200,48,7). Sum of RGB (Red+Green+Blue) = 200+48+7=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C83007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83007 is #37CFF8. Grayscale: #595959. Windows color (decimal): -3657721 or 471240. OLE color: 471240.
HSL color Cylindrical-coordinate representation of color #C83007: hue angle of 12.75º 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 #C83007 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.22 |
| HSL | 12.75º | 0.93% | 0.41% | - |
| HSV(B) | 12.75º | 0.97% | 0.78% | - |
| XYZ | 24.91 | 14.41 | 1.67 | - |
| YUV | 88.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 7 | 0 | 0.76 | 0.96 | 0.22 | 12.75 | 0.93 | 0.41 |
| Hex | C8 | 30 | 7 | 0 | 4C | 60 | 16 | D | 5D | 29 |
| Octal | 310 | 60 | 7 | 0 | 114 | 140 | 26 | 15 | 135 | 51 |
| Binary | 11001000 | 110000 | 111 | 0 | 1001100 | 1100000 | 10110 | 1101 | 1011101 | 101001 |
Color Harmonies of #C83007
Complementary color
Monochromatic Colors of #C83007
Black with #C83007
Text Example
Text Example
White with #C83007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83007; }
p { color: rgb(200,48,7); }
H1.HeaderClassName
{
color: #C83007;
}
.AnyTagClassName
{
color: #C83007;
}
</style>
background-color css
<style>
a { background-color: #C83007; }
a { background-color: rgb(200,48,7); }
div.DivClassName
{
background-color: #C83007;
}
.BgClassName
{
background-color: #C83007;
}
</style>
border-color css
<style>
span { border-color: #C83007; }
span { border-color: rgb(200,48,7); }
td.TdClassName
{
border-color: #C83007;
}
.TagClassName
{
border-color: #C83007;
}
</style>