Html Css Color HEX #C22A1C Harley Davidson Orange
📋 copy color: '#C22A1C'red 194 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #C22A1C
Tints of Harley Davidson Orange #C22A1C
RGB
CMYK
RGB Variations
Color information
#C22A1C (or 0xC22A1C) is known color: Harley Davidson Orange. HEX triplet: C2, 2A and 1C. RGB value is (194,42,28). Sum of RGB (Red+Green+Blue) = 194+42+28=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A1C is #3DD5E3. Grayscale: #565656. Windows color (decimal): -4052452 or 1845954. OLE color: 1845954.
HSL color Cylindrical-coordinate representation of color #C22A1C: hue angle of 5.06º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C22A1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.24 |
| HSL | 5.06º | 0.75% | 0.44% | - |
| HSV(B) | 5.06º | 0.86% | 0.76% | - |
| XYZ | 23.29 | 13.21 | 2.42 | - |
| YUV | 85.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 28 | 0 | 0.78 | 0.86 | 0.24 | 5.06 | 0.75 | 0.44 |
| Hex | C2 | 2A | 1C | 0 | 4E | 56 | 18 | 5 | 4B | 2C |
| Octal | 302 | 52 | 34 | 0 | 116 | 126 | 30 | 5 | 113 | 54 |
| Binary | 11000010 | 101010 | 11100 | 0 | 1001110 | 1010110 | 11000 | 101 | 1001011 | 101100 |
Color Harmonies of #C22A1C
Complementary color
Monochromatic Colors of #C22A1C
Black with #C22A1C
Text Example
Text Example
White with #C22A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A1C; }
p { color: rgb(194,42,28); }
H1.HeaderClassName
{
color: #C22A1C;
}
.AnyTagClassName
{
color: #C22A1C;
}
</style>
background-color css
<style>
a { background-color: #C22A1C; }
a { background-color: rgb(194,42,28); }
div.DivClassName
{
background-color: #C22A1C;
}
.BgClassName
{
background-color: #C22A1C;
}
</style>
border-color css
<style>
span { border-color: #C22A1C; }
span { border-color: rgb(194,42,28); }
td.TdClassName
{
border-color: #C22A1C;
}
.TagClassName
{
border-color: #C22A1C;
}
</style>