Html Css Color HEX #C22C02 Harley Davidson Orange
📋 copy color: '#C22C02'red 194 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #C22C02
Tints of Harley Davidson Orange #C22C02
RGB
CMYK
RGB Variations
Color information
#C22C02 (or 0xC22C02) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 02. RGB value is (194,44,2). Sum of RGB (Red+Green+Blue) = 194+44+2=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C02 is #3DD3FD. Grayscale: #545454. Windows color (decimal): -4051966 or 142530. OLE color: 142530.
HSL color Cylindrical-coordinate representation of color #C22C02: hue angle of 13.12º 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 #C22C02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.24 |
| HSL | 13.13º | 0.98% | 0.38% | - |
| HSV(B) | 13.13º | 0.99% | 0.76% | - |
| XYZ | 23.16 | 13.28 | 1.4 | - |
| YUV | 84.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 2 | 0 | 0.77 | 0.99 | 0.24 | 13.13 | 0.98 | 0.38 |
| Hex | C2 | 2C | 2 | 0 | 4D | 63 | 18 | D | 62 | 26 |
| Octal | 302 | 54 | 2 | 0 | 115 | 143 | 30 | 15 | 142 | 46 |
| Binary | 11000010 | 101100 | 10 | 0 | 1001101 | 1100011 | 11000 | 1101 | 1100010 | 100110 |
Color Harmonies of #C22C02
Complementary color
Monochromatic Colors of #C22C02
Black with #C22C02
Text Example
Text Example
White with #C22C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C02; }
p { color: rgb(194,44,2); }
H1.HeaderClassName
{
color: #C22C02;
}
.AnyTagClassName
{
color: #C22C02;
}
</style>
background-color css
<style>
a { background-color: #C22C02; }
a { background-color: rgb(194,44,2); }
div.DivClassName
{
background-color: #C22C02;
}
.BgClassName
{
background-color: #C22C02;
}
</style>
border-color css
<style>
span { border-color: #C22C02; }
span { border-color: rgb(194,44,2); }
td.TdClassName
{
border-color: #C22C02;
}
.TagClassName
{
border-color: #C22C02;
}
</style>