Html Css Color HEX #C22C07 Harley Davidson Orange
📋 copy color: '#C22C07'red 194 ◦ green 44 ◦ blue 7
Shades of Harley Davidson Orange #C22C07
Tints of Harley Davidson Orange #C22C07
RGB
CMYK
RGB Variations
Color information
#C22C07 (or 0xC22C07) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 07. RGB value is (194,44,7). Sum of RGB (Red+Green+Blue) = 194+44+7=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C07 is #3DD3F8. Grayscale: #545454. Windows color (decimal): -4051961 or 470210. OLE color: 470210.
HSL color Cylindrical-coordinate representation of color #C22C07: hue angle of 11.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C22C07 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 7 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.24 |
| HSL | 11.87º | 0.93% | 0.39% | - |
| HSV(B) | 11.87º | 0.96% | 0.76% | - |
| XYZ | 23.19 | 13.29 | 1.54 | - |
| YUV | 84.63 | 84.2 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 7 | 0 | 0.77 | 0.96 | 0.24 | 11.87 | 0.93 | 0.39 |
| Hex | C2 | 2C | 7 | 0 | 4D | 60 | 18 | C | 5D | 27 |
| Octal | 302 | 54 | 7 | 0 | 115 | 140 | 30 | 14 | 135 | 47 |
| Binary | 11000010 | 101100 | 111 | 0 | 1001101 | 1100000 | 11000 | 1100 | 1011101 | 100111 |
Color Harmonies of #C22C07
Complementary color
Monochromatic Colors of #C22C07
Black with #C22C07
Text Example
Text Example
White with #C22C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C07; }
p { color: rgb(194,44,7); }
H1.HeaderClassName
{
color: #C22C07;
}
.AnyTagClassName
{
color: #C22C07;
}
</style>
background-color css
<style>
a { background-color: #C22C07; }
a { background-color: rgb(194,44,7); }
div.DivClassName
{
background-color: #C22C07;
}
.BgClassName
{
background-color: #C22C07;
}
</style>
border-color css
<style>
span { border-color: #C22C07; }
span { border-color: rgb(194,44,7); }
td.TdClassName
{
border-color: #C22C07;
}
.TagClassName
{
border-color: #C22C07;
}
</style>