Html Css Color HEX #C83B02 Harley Davidson Orange
📋 copy color: '#C83B02'red 200 ◦ green 59 ◦ blue 2
Shades of Harley Davidson Orange #C83B02
Tints of Harley Davidson Orange #C83B02
RGB
CMYK
RGB Variations
Color information
#C83B02 (or 0xC83B02) is known color: Harley Davidson Orange. HEX triplet: C8, 3B and 02. RGB value is (200,59,2). Sum of RGB (Red+Green+Blue) = 200+59+2=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83B02 is #37C4FD. Grayscale: #5F5F5F. Windows color (decimal): -3654910 or 146376. OLE color: 146376.
HSL color Cylindrical-coordinate representation of color #C83B02: hue angle of 17.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C83B02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.22 |
| HSL | 17.27º | 0.98% | 0.4% | - |
| HSV(B) | 17.27º | 0.99% | 0.78% | - |
| XYZ | 25.39 | 15.41 | 1.69 | - |
| YUV | 94.66 | 75.71 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 2 | 0 | 0.70 | 0.99 | 0.22 | 17.27 | 0.98 | 0.4 |
| Hex | C8 | 3B | 2 | 0 | 46 | 63 | 16 | 11 | 62 | 28 |
| Octal | 310 | 73 | 2 | 0 | 106 | 143 | 26 | 21 | 142 | 50 |
| Binary | 11001000 | 111011 | 10 | 0 | 1000110 | 1100011 | 10110 | 10001 | 1100010 | 101000 |
Color Harmonies of #C83B02
Complementary color
Monochromatic Colors of #C83B02
Black with #C83B02
Text Example
Text Example
White with #C83B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83B02; }
p { color: rgb(200,59,2); }
H1.HeaderClassName
{
color: #C83B02;
}
.AnyTagClassName
{
color: #C83B02;
}
</style>
background-color css
<style>
a { background-color: #C83B02; }
a { background-color: rgb(200,59,2); }
div.DivClassName
{
background-color: #C83B02;
}
.BgClassName
{
background-color: #C83B02;
}
</style>
border-color css
<style>
span { border-color: #C83B02; }
span { border-color: rgb(200,59,2); }
td.TdClassName
{
border-color: #C83B02;
}
.TagClassName
{
border-color: #C83B02;
}
</style>