Html Css Color HEX #C83B0A Harley Davidson Orange
📋 copy color: '#C83B0A'red 200 ◦ green 59 ◦ blue 10
Shades of Harley Davidson Orange #C83B0A
Tints of Harley Davidson Orange #C83B0A
RGB
CMYK
RGB Variations
Color information
#C83B0A (or 0xC83B0A) is known color: Harley Davidson Orange. HEX triplet: C8, 3B and 0A. RGB value is (200,59,10). Sum of RGB (Red+Green+Blue) = 200+59+10=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83B0A is #37C4F5. Grayscale: #5F5F5F. Windows color (decimal): -3654902 or 670664. OLE color: 670664.
HSL color Cylindrical-coordinate representation of color #C83B0A: hue angle of 15.47º degrees, saturation: 0.9, 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 #C83B0A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.22 |
| HSL | 15.47º | 0.9% | 0.41% | - |
| HSV(B) | 15.47º | 0.95% | 0.78% | - |
| XYZ | 25.44 | 15.43 | 1.92 | - |
| YUV | 95.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 10 | 0 | 0.70 | 0.95 | 0.22 | 15.47 | 0.9 | 0.41 |
| Hex | C8 | 3B | A | 0 | 46 | 5F | 16 | F | 5A | 29 |
| Octal | 310 | 73 | 12 | 0 | 106 | 137 | 26 | 17 | 132 | 51 |
| Binary | 11001000 | 111011 | 1010 | 0 | 1000110 | 1011111 | 10110 | 1111 | 1011010 | 101001 |
Color Harmonies of #C83B0A
Complementary color
Monochromatic Colors of #C83B0A
Black with #C83B0A
Text Example
Text Example
White with #C83B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83B0A; }
p { color: rgb(200,59,10); }
H1.HeaderClassName
{
color: #C83B0A;
}
.AnyTagClassName
{
color: #C83B0A;
}
</style>
background-color css
<style>
a { background-color: #C83B0A; }
a { background-color: rgb(200,59,10); }
div.DivClassName
{
background-color: #C83B0A;
}
.BgClassName
{
background-color: #C83B0A;
}
</style>
border-color css
<style>
span { border-color: #C83B0A; }
span { border-color: rgb(200,59,10); }
td.TdClassName
{
border-color: #C83B0A;
}
.TagClassName
{
border-color: #C83B0A;
}
</style>