Html Css Color HEX #C22C03 Harley Davidson Orange
📋 copy color: '#C22C03'red 194 ◦ green 44 ◦ blue 3
Shades of Harley Davidson Orange #C22C03
Tints of Harley Davidson Orange #C22C03
RGB
CMYK
RGB Variations
Color information
#C22C03 (or 0xC22C03) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 03. RGB value is (194,44,3). Sum of RGB (Red+Green+Blue) = 194+44+3=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C03 is #3DD3FC. Grayscale: #545454. Windows color (decimal): -4051965 or 208066. OLE color: 208066.
HSL color Cylindrical-coordinate representation of color #C22C03: hue angle of 12.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C22C03 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.24 |
| HSL | 12.88º | 0.97% | 0.39% | - |
| HSV(B) | 12.88º | 0.98% | 0.76% | - |
| XYZ | 23.17 | 13.28 | 1.43 | - |
| YUV | 84.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 3 | 0 | 0.77 | 0.98 | 0.24 | 12.88 | 0.97 | 0.39 |
| Hex | C2 | 2C | 3 | 0 | 4D | 62 | 18 | D | 61 | 27 |
| Octal | 302 | 54 | 3 | 0 | 115 | 142 | 30 | 15 | 141 | 47 |
| Binary | 11000010 | 101100 | 11 | 0 | 1001101 | 1100010 | 11000 | 1101 | 1100001 | 100111 |
Color Harmonies of #C22C03
Complementary color
Monochromatic Colors of #C22C03
Black with #C22C03
Text Example
Text Example
White with #C22C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C03; }
p { color: rgb(194,44,3); }
H1.HeaderClassName
{
color: #C22C03;
}
.AnyTagClassName
{
color: #C22C03;
}
</style>
background-color css
<style>
a { background-color: #C22C03; }
a { background-color: rgb(194,44,3); }
div.DivClassName
{
background-color: #C22C03;
}
.BgClassName
{
background-color: #C22C03;
}
</style>
border-color css
<style>
span { border-color: #C22C03; }
span { border-color: rgb(194,44,3); }
td.TdClassName
{
border-color: #C22C03;
}
.TagClassName
{
border-color: #C22C03;
}
</style>