Html Css Color HEX #C83002 Harley Davidson Orange
📋 copy color: '#C83002'red 200 ◦ green 48 ◦ blue 2
Shades of Harley Davidson Orange #C83002
Tints of Harley Davidson Orange #C83002
RGB
CMYK
RGB Variations
Color information
#C83002 (or 0xC83002) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 02. RGB value is (200,48,2). Sum of RGB (Red+Green+Blue) = 200+48+2=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C83002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83002 is #37CFFD. Grayscale: #585858. Windows color (decimal): -3657726 or 143560. OLE color: 143560.
HSL color Cylindrical-coordinate representation of color #C83002: hue angle of 13.94º 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 #C83002 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.22 |
| HSL | 13.94º | 0.98% | 0.4% | - |
| HSV(B) | 13.94º | 0.99% | 0.78% | - |
| XYZ | 24.89 | 14.4 | 1.52 | - |
| YUV | 88.2 | 79.36 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 2 | 0 | 0.76 | 0.99 | 0.22 | 13.94 | 0.98 | 0.4 |
| Hex | C8 | 30 | 2 | 0 | 4C | 63 | 16 | E | 62 | 28 |
| Octal | 310 | 60 | 2 | 0 | 114 | 143 | 26 | 16 | 142 | 50 |
| Binary | 11001000 | 110000 | 10 | 0 | 1001100 | 1100011 | 10110 | 1110 | 1100010 | 101000 |
Color Harmonies of #C83002
Complementary color
Monochromatic Colors of #C83002
Black with #C83002
Text Example
Text Example
White with #C83002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83002; }
p { color: rgb(200,48,2); }
H1.HeaderClassName
{
color: #C83002;
}
.AnyTagClassName
{
color: #C83002;
}
</style>
background-color css
<style>
a { background-color: #C83002; }
a { background-color: rgb(200,48,2); }
div.DivClassName
{
background-color: #C83002;
}
.BgClassName
{
background-color: #C83002;
}
</style>
border-color css
<style>
span { border-color: #C83002; }
span { border-color: rgb(200,48,2); }
td.TdClassName
{
border-color: #C83002;
}
.TagClassName
{
border-color: #C83002;
}
</style>