Html Css Color HEX #C83507 Harley Davidson Orange
📋 copy color: '#C83507'red 200 ◦ green 53 ◦ blue 7
Shades of Harley Davidson Orange #C83507
Tints of Harley Davidson Orange #C83507
RGB
CMYK
RGB Variations
Color information
#C83507 (or 0xC83507) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 07. RGB value is (200,53,7). Sum of RGB (Red+Green+Blue) = 200+53+7=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C83507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83507 is #37CAF8. Grayscale: #5C5C5C. Windows color (decimal): -3656441 or 472520. OLE color: 472520.
HSL color Cylindrical-coordinate representation of color #C83507: hue angle of 14.3º 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 #C83507 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.22 |
| HSL | 14.3º | 0.93% | 0.41% | - |
| HSV(B) | 14.3º | 0.97% | 0.78% | - |
| XYZ | 25.13 | 14.84 | 1.74 | - |
| YUV | 91.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 7 | 0 | 0.74 | 0.96 | 0.22 | 14.3 | 0.93 | 0.41 |
| Hex | C8 | 35 | 7 | 0 | 4A | 60 | 16 | E | 5D | 29 |
| Octal | 310 | 65 | 7 | 0 | 112 | 140 | 26 | 16 | 135 | 51 |
| Binary | 11001000 | 110101 | 111 | 0 | 1001010 | 1100000 | 10110 | 1110 | 1011101 | 101001 |
Color Harmonies of #C83507
Complementary color
Monochromatic Colors of #C83507
Black with #C83507
Text Example
Text Example
White with #C83507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83507; }
p { color: rgb(200,53,7); }
H1.HeaderClassName
{
color: #C83507;
}
.AnyTagClassName
{
color: #C83507;
}
</style>
background-color css
<style>
a { background-color: #C83507; }
a { background-color: rgb(200,53,7); }
div.DivClassName
{
background-color: #C83507;
}
.BgClassName
{
background-color: #C83507;
}
</style>
border-color css
<style>
span { border-color: #C83507; }
span { border-color: rgb(200,53,7); }
td.TdClassName
{
border-color: #C83507;
}
.TagClassName
{
border-color: #C83507;
}
</style>