Html Css Color HEX #C22F1D Harley Davidson Orange
📋 copy color: '#C22F1D'red 194 ◦ green 47 ◦ blue 29
Shades of Harley Davidson Orange #C22F1D
Tints of Harley Davidson Orange #C22F1D
RGB
CMYK
RGB Variations
Color information
#C22F1D (or 0xC22F1D) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 1D. RGB value is (194,47,29). Sum of RGB (Red+Green+Blue) = 194+47+29=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F1D is #3DD0E2. Grayscale: #595959. Windows color (decimal): -4051171 or 1912770. OLE color: 1912770.
HSL color Cylindrical-coordinate representation of color #C22F1D: hue angle of 6.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C22F1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 29 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.24 |
| HSL | 6.55º | 0.74% | 0.44% | - |
| HSV(B) | 6.55º | 0.85% | 0.76% | - |
| XYZ | 23.49 | 13.59 | 2.55 | - |
| YUV | 88.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 29 | 0 | 0.76 | 0.85 | 0.24 | 6.55 | 0.74 | 0.44 |
| Hex | C2 | 2F | 1D | 0 | 4C | 55 | 18 | 7 | 4A | 2C |
| Octal | 302 | 57 | 35 | 0 | 114 | 125 | 30 | 7 | 112 | 54 |
| Binary | 11000010 | 101111 | 11101 | 0 | 1001100 | 1010101 | 11000 | 111 | 1001010 | 101100 |
Color Harmonies of #C22F1D
Complementary color
Monochromatic Colors of #C22F1D
Black with #C22F1D
Text Example
Text Example
White with #C22F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F1D; }
p { color: rgb(194,47,29); }
H1.HeaderClassName
{
color: #C22F1D;
}
.AnyTagClassName
{
color: #C22F1D;
}
</style>
background-color css
<style>
a { background-color: #C22F1D; }
a { background-color: rgb(194,47,29); }
div.DivClassName
{
background-color: #C22F1D;
}
.BgClassName
{
background-color: #C22F1D;
}
</style>
border-color css
<style>
span { border-color: #C22F1D; }
span { border-color: rgb(194,47,29); }
td.TdClassName
{
border-color: #C22F1D;
}
.TagClassName
{
border-color: #C22F1D;
}
</style>