Html Css Color HEX #C22E04 Harley Davidson Orange
📋 copy color: '#C22E04'red 194 ◦ green 46 ◦ blue 4
Shades of Harley Davidson Orange #C22E04
Tints of Harley Davidson Orange #C22E04
RGB
CMYK
RGB Variations
Color information
#C22E04 (or 0xC22E04) is known color: Harley Davidson Orange. HEX triplet: C2, 2E and 04. RGB value is (194,46,4). Sum of RGB (Red+Green+Blue) = 194+46+4=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22E04 is #3DD1FB. Grayscale: #555555. Windows color (decimal): -4051452 or 274114. OLE color: 274114.
HSL color Cylindrical-coordinate representation of color #C22E04: hue angle of 13.26º degrees, saturation: 0.96, 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 #C22E04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.24 |
| HSL | 13.26º | 0.96% | 0.39% | - |
| HSV(B) | 13.26º | 0.98% | 0.76% | - |
| XYZ | 23.25 | 13.43 | 1.48 | - |
| YUV | 85.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 4 | 0 | 0.76 | 0.98 | 0.24 | 13.26 | 0.96 | 0.39 |
| Hex | C2 | 2E | 4 | 0 | 4C | 62 | 18 | D | 60 | 27 |
| Octal | 302 | 56 | 4 | 0 | 114 | 142 | 30 | 15 | 140 | 47 |
| Binary | 11000010 | 101110 | 100 | 0 | 1001100 | 1100010 | 11000 | 1101 | 1100000 | 100111 |
Color Harmonies of #C22E04
Complementary color
Monochromatic Colors of #C22E04
Black with #C22E04
Text Example
Text Example
White with #C22E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E04; }
p { color: rgb(194,46,4); }
H1.HeaderClassName
{
color: #C22E04;
}
.AnyTagClassName
{
color: #C22E04;
}
</style>
background-color css
<style>
a { background-color: #C22E04; }
a { background-color: rgb(194,46,4); }
div.DivClassName
{
background-color: #C22E04;
}
.BgClassName
{
background-color: #C22E04;
}
</style>
border-color css
<style>
span { border-color: #C22E04; }
span { border-color: rgb(194,46,4); }
td.TdClassName
{
border-color: #C22E04;
}
.TagClassName
{
border-color: #C22E04;
}
</style>