Html Css Color HEX #C12002 Harley Davidson Orange
📋 copy color: '#C12002'red 193 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #C12002
Tints of Harley Davidson Orange #C12002
RGB
CMYK
RGB Variations
Color information
#C12002 (or 0xC12002) is known color: Harley Davidson Orange. HEX triplet: C1, 20 and 02. RGB value is (193,32,2). Sum of RGB (Red+Green+Blue) = 193+32+2=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C12002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12002 is #3EDFFD. Grayscale: #4D4D4D. Windows color (decimal): -4120574 or 139457. OLE color: 139457.
HSL color Cylindrical-coordinate representation of color #C12002: hue angle of 9.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.24 |
| HSL | 9.42º | 0.98% | 0.38% | - |
| HSV(B) | 9.42º | 0.99% | 0.76% | - |
| XYZ | 22.52 | 12.37 | 1.26 | - |
| YUV | 76.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 2 | 0 | 0.83 | 0.99 | 0.24 | 9.42 | 0.98 | 0.38 |
| Hex | C1 | 20 | 2 | 0 | 53 | 63 | 18 | 9 | 62 | 26 |
| Octal | 301 | 40 | 2 | 0 | 123 | 143 | 30 | 11 | 142 | 46 |
| Binary | 11000001 | 100000 | 10 | 0 | 1010011 | 1100011 | 11000 | 1001 | 1100010 | 100110 |
Color Harmonies of #C12002
Complementary color
Monochromatic Colors of #C12002
Black with #C12002
Text Example
Text Example
White with #C12002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12002; }
p { color: rgb(193,32,2); }
H1.HeaderClassName
{
color: #C12002;
}
.AnyTagClassName
{
color: #C12002;
}
</style>
background-color css
<style>
a { background-color: #C12002; }
a { background-color: rgb(193,32,2); }
div.DivClassName
{
background-color: #C12002;
}
.BgClassName
{
background-color: #C12002;
}
</style>
border-color css
<style>
span { border-color: #C12002; }
span { border-color: rgb(193,32,2); }
td.TdClassName
{
border-color: #C12002;
}
.TagClassName
{
border-color: #C12002;
}
</style>