Html Css Color HEX #C22D07 Harley Davidson Orange
📋 copy color: '#C22D07'red 194 ◦ green 45 ◦ blue 7
Shades of Harley Davidson Orange #C22D07
Tints of Harley Davidson Orange #C22D07
RGB
CMYK
RGB Variations
Color information
#C22D07 (or 0xC22D07) is known color: Harley Davidson Orange. HEX triplet: C2, 2D and 07. RGB value is (194,45,7). Sum of RGB (Red+Green+Blue) = 194+45+7=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22D07 is #3DD2F8. Grayscale: #555555. Windows color (decimal): -4051705 or 470466. OLE color: 470466.
HSL color Cylindrical-coordinate representation of color #C22D07: hue angle of 12.19º 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 #C22D07 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 7 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.24 |
| HSL | 12.19º | 0.93% | 0.39% | - |
| HSV(B) | 12.19º | 0.96% | 0.76% | - |
| XYZ | 23.22 | 13.36 | 1.56 | - |
| YUV | 85.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 7 | 0 | 0.77 | 0.96 | 0.24 | 12.19 | 0.93 | 0.39 |
| Hex | C2 | 2D | 7 | 0 | 4D | 60 | 18 | C | 5D | 27 |
| Octal | 302 | 55 | 7 | 0 | 115 | 140 | 30 | 14 | 135 | 47 |
| Binary | 11000010 | 101101 | 111 | 0 | 1001101 | 1100000 | 11000 | 1100 | 1011101 | 100111 |
Color Harmonies of #C22D07
Complementary color
Monochromatic Colors of #C22D07
Black with #C22D07
Text Example
Text Example
White with #C22D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D07; }
p { color: rgb(194,45,7); }
H1.HeaderClassName
{
color: #C22D07;
}
.AnyTagClassName
{
color: #C22D07;
}
</style>
background-color css
<style>
a { background-color: #C22D07; }
a { background-color: rgb(194,45,7); }
div.DivClassName
{
background-color: #C22D07;
}
.BgClassName
{
background-color: #C22D07;
}
</style>
border-color css
<style>
span { border-color: #C22D07; }
span { border-color: rgb(194,45,7); }
td.TdClassName
{
border-color: #C22D07;
}
.TagClassName
{
border-color: #C22D07;
}
</style>