Html Css Color HEX #C22F04 Harley Davidson Orange
📋 copy color: '#C22F04'red 194 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #C22F04
Tints of Harley Davidson Orange #C22F04
RGB
CMYK
RGB Variations
Color information
#C22F04 (or 0xC22F04) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 04. RGB value is (194,47,4). Sum of RGB (Red+Green+Blue) = 194+47+4=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F04 is #3DD0FB. Grayscale: #565656. Windows color (decimal): -4051196 or 274370. OLE color: 274370.
HSL color Cylindrical-coordinate representation of color #C22F04: hue angle of 13.58º 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 #C22F04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.24 |
| HSL | 13.58º | 0.96% | 0.39% | - |
| HSV(B) | 13.58º | 0.98% | 0.76% | - |
| XYZ | 23.29 | 13.51 | 1.5 | - |
| YUV | 86.05 | 81.7 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 4 | 0 | 0.76 | 0.98 | 0.24 | 13.58 | 0.96 | 0.39 |
| Hex | C2 | 2F | 4 | 0 | 4C | 62 | 18 | E | 60 | 27 |
| Octal | 302 | 57 | 4 | 0 | 114 | 142 | 30 | 16 | 140 | 47 |
| Binary | 11000010 | 101111 | 100 | 0 | 1001100 | 1100010 | 11000 | 1110 | 1100000 | 100111 |
Color Harmonies of #C22F04
Complementary color
Monochromatic Colors of #C22F04
Black with #C22F04
Text Example
Text Example
White with #C22F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F04; }
p { color: rgb(194,47,4); }
H1.HeaderClassName
{
color: #C22F04;
}
.AnyTagClassName
{
color: #C22F04;
}
</style>
background-color css
<style>
a { background-color: #C22F04; }
a { background-color: rgb(194,47,4); }
div.DivClassName
{
background-color: #C22F04;
}
.BgClassName
{
background-color: #C22F04;
}
</style>
border-color css
<style>
span { border-color: #C22F04; }
span { border-color: rgb(194,47,4); }
td.TdClassName
{
border-color: #C22F04;
}
.TagClassName
{
border-color: #C22F04;
}
</style>