Html Css Color HEX #C21D07 Harley Davidson Orange
📋 copy color: '#C21D07'red 194 ◦ green 29 ◦ blue 7
Shades of Harley Davidson Orange #C21D07
Tints of Harley Davidson Orange #C21D07
RGB
CMYK
RGB Variations
Color information
#C21D07 (or 0xC21D07) is known color: Harley Davidson Orange. HEX triplet: C2, 1D and 07. RGB value is (194,29,7). Sum of RGB (Red+Green+Blue) = 194+29+7=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D07 is #3DE2F8. Grayscale: #4C4C4C. Windows color (decimal): -4055801 or 466370. OLE color: 466370.
HSL color Cylindrical-coordinate representation of color #C21D07: hue angle of 7.06º 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 #C21D07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.24 |
| HSL | 7.06º | 0.93% | 0.39% | - |
| HSV(B) | 7.06º | 0.96% | 0.76% | - |
| XYZ | 22.73 | 12.36 | 1.39 | - |
| YUV | 75.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 7 | 0 | 0.85 | 0.96 | 0.24 | 7.06 | 0.93 | 0.39 |
| Hex | C2 | 1D | 7 | 0 | 55 | 60 | 18 | 7 | 5D | 27 |
| Octal | 302 | 35 | 7 | 0 | 125 | 140 | 30 | 7 | 135 | 47 |
| Binary | 11000010 | 11101 | 111 | 0 | 1010101 | 1100000 | 11000 | 111 | 1011101 | 100111 |
Color Harmonies of #C21D07
Complementary color
Monochromatic Colors of #C21D07
Black with #C21D07
Text Example
Text Example
White with #C21D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D07; }
p { color: rgb(194,29,7); }
H1.HeaderClassName
{
color: #C21D07;
}
.AnyTagClassName
{
color: #C21D07;
}
</style>
background-color css
<style>
a { background-color: #C21D07; }
a { background-color: rgb(194,29,7); }
div.DivClassName
{
background-color: #C21D07;
}
.BgClassName
{
background-color: #C21D07;
}
</style>
border-color css
<style>
span { border-color: #C21D07; }
span { border-color: rgb(194,29,7); }
td.TdClassName
{
border-color: #C21D07;
}
.TagClassName
{
border-color: #C21D07;
}
</style>