Html Css Color HEX #C83102 Harley Davidson Orange
📋 copy color: '#C83102'red 200 ◦ green 49 ◦ blue 2
Shades of Harley Davidson Orange #C83102
Tints of Harley Davidson Orange #C83102
RGB
CMYK
RGB Variations
Color information
#C83102 (or 0xC83102) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 02. RGB value is (200,49,2). Sum of RGB (Red+Green+Blue) = 200+49+2=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C83102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83102 is #37CEFD. Grayscale: #595959. Windows color (decimal): -3657470 or 143816. OLE color: 143816.
HSL color Cylindrical-coordinate representation of color #C83102: hue angle of 14.24º 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 #C83102 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.22 |
| HSL | 14.24º | 0.98% | 0.4% | - |
| HSV(B) | 14.24º | 0.99% | 0.78% | - |
| XYZ | 24.93 | 14.48 | 1.54 | - |
| YUV | 88.79 | 79.03 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 2 | 0 | 0.76 | 0.99 | 0.22 | 14.24 | 0.98 | 0.4 |
| Hex | C8 | 31 | 2 | 0 | 4C | 63 | 16 | E | 62 | 28 |
| Octal | 310 | 61 | 2 | 0 | 114 | 143 | 26 | 16 | 142 | 50 |
| Binary | 11001000 | 110001 | 10 | 0 | 1001100 | 1100011 | 10110 | 1110 | 1100010 | 101000 |
Color Harmonies of #C83102
Complementary color
Monochromatic Colors of #C83102
Black with #C83102
Text Example
Text Example
White with #C83102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83102; }
p { color: rgb(200,49,2); }
H1.HeaderClassName
{
color: #C83102;
}
.AnyTagClassName
{
color: #C83102;
}
</style>
background-color css
<style>
a { background-color: #C83102; }
a { background-color: rgb(200,49,2); }
div.DivClassName
{
background-color: #C83102;
}
.BgClassName
{
background-color: #C83102;
}
</style>
border-color css
<style>
span { border-color: #C83102; }
span { border-color: rgb(200,49,2); }
td.TdClassName
{
border-color: #C83102;
}
.TagClassName
{
border-color: #C83102;
}
</style>