Html Css Color HEX #C83402 Harley Davidson Orange
📋 copy color: '#C83402'red 200 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #C83402
Tints of Harley Davidson Orange #C83402
RGB
CMYK
RGB Variations
Color information
#C83402 (or 0xC83402) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 02. RGB value is (200,52,2). Sum of RGB (Red+Green+Blue) = 200+52+2=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C83402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83402 is #37CBFD. Grayscale: #5A5A5A. Windows color (decimal): -3656702 or 144584. OLE color: 144584.
HSL color Cylindrical-coordinate representation of color #C83402: hue angle of 15.15º 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 #C83402 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.22 |
| HSL | 15.15º | 0.98% | 0.4% | - |
| HSV(B) | 15.15º | 0.99% | 0.78% | - |
| XYZ | 25.06 | 14.74 | 1.58 | - |
| YUV | 90.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 2 | 0 | 0.74 | 0.99 | 0.22 | 15.15 | 0.98 | 0.4 |
| Hex | C8 | 34 | 2 | 0 | 4A | 63 | 16 | F | 62 | 28 |
| Octal | 310 | 64 | 2 | 0 | 112 | 143 | 26 | 17 | 142 | 50 |
| Binary | 11001000 | 110100 | 10 | 0 | 1001010 | 1100011 | 10110 | 1111 | 1100010 | 101000 |
Color Harmonies of #C83402
Complementary color
Monochromatic Colors of #C83402
Black with #C83402
Text Example
Text Example
White with #C83402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83402; }
p { color: rgb(200,52,2); }
H1.HeaderClassName
{
color: #C83402;
}
.AnyTagClassName
{
color: #C83402;
}
</style>
background-color css
<style>
a { background-color: #C83402; }
a { background-color: rgb(200,52,2); }
div.DivClassName
{
background-color: #C83402;
}
.BgClassName
{
background-color: #C83402;
}
</style>
border-color css
<style>
span { border-color: #C83402; }
span { border-color: rgb(200,52,2); }
td.TdClassName
{
border-color: #C83402;
}
.TagClassName
{
border-color: #C83402;
}
</style>