Html Css Color HEX #C83307 Harley Davidson Orange
📋 copy color: '#C83307'red 200 ◦ green 51 ◦ blue 7
Shades of Harley Davidson Orange #C83307
Tints of Harley Davidson Orange #C83307
RGB
CMYK
RGB Variations
Color information
#C83307 (or 0xC83307) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 07. RGB value is (200,51,7). Sum of RGB (Red+Green+Blue) = 200+51+7=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C83307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83307 is #37CCF8. Grayscale: #5A5A5A. Windows color (decimal): -3656953 or 472008. OLE color: 472008.
HSL color Cylindrical-coordinate representation of color #C83307: hue angle of 13.68º 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 #C83307 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.22 |
| HSL | 13.68º | 0.93% | 0.41% | - |
| HSV(B) | 13.68º | 0.97% | 0.78% | - |
| XYZ | 25.04 | 14.66 | 1.71 | - |
| YUV | 90.54 | 80.86 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 7 | 0 | 0.74 | 0.96 | 0.22 | 13.68 | 0.93 | 0.41 |
| Hex | C8 | 33 | 7 | 0 | 4A | 60 | 16 | E | 5D | 29 |
| Octal | 310 | 63 | 7 | 0 | 112 | 140 | 26 | 16 | 135 | 51 |
| Binary | 11001000 | 110011 | 111 | 0 | 1001010 | 1100000 | 10110 | 1110 | 1011101 | 101001 |
Color Harmonies of #C83307
Complementary color
Monochromatic Colors of #C83307
Black with #C83307
Text Example
Text Example
White with #C83307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83307; }
p { color: rgb(200,51,7); }
H1.HeaderClassName
{
color: #C83307;
}
.AnyTagClassName
{
color: #C83307;
}
</style>
background-color css
<style>
a { background-color: #C83307; }
a { background-color: rgb(200,51,7); }
div.DivClassName
{
background-color: #C83307;
}
.BgClassName
{
background-color: #C83307;
}
</style>
border-color css
<style>
span { border-color: #C83307; }
span { border-color: rgb(200,51,7); }
td.TdClassName
{
border-color: #C83307;
}
.TagClassName
{
border-color: #C83307;
}
</style>