Html Css Color HEX #C21D04 Harley Davidson Orange
📋 copy color: '#C21D04'red 194 ◦ green 29 ◦ blue 4
Shades of Harley Davidson Orange #C21D04
Tints of Harley Davidson Orange #C21D04
RGB
CMYK
RGB Variations
Color information
#C21D04 (or 0xC21D04) is known color: Harley Davidson Orange. HEX triplet: C2, 1D and 04. RGB value is (194,29,4). Sum of RGB (Red+Green+Blue) = 194+29+4=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D04 is #3DE2FB. Grayscale: #4B4B4B. Windows color (decimal): -4055804 or 269762. OLE color: 269762.
HSL color Cylindrical-coordinate representation of color #C21D04: hue angle of 7.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C21D04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.24 |
| HSL | 7.89º | 0.96% | 0.39% | - |
| HSV(B) | 7.89º | 0.98% | 0.76% | - |
| XYZ | 22.71 | 12.36 | 1.3 | - |
| YUV | 75.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 4 | 0 | 0.85 | 0.98 | 0.24 | 7.89 | 0.96 | 0.39 |
| Hex | C2 | 1D | 4 | 0 | 55 | 62 | 18 | 8 | 60 | 27 |
| Octal | 302 | 35 | 4 | 0 | 125 | 142 | 30 | 10 | 140 | 47 |
| Binary | 11000010 | 11101 | 100 | 0 | 1010101 | 1100010 | 11000 | 1000 | 1100000 | 100111 |
Color Harmonies of #C21D04
Complementary color
Monochromatic Colors of #C21D04
Black with #C21D04
Text Example
Text Example
White with #C21D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D04; }
p { color: rgb(194,29,4); }
H1.HeaderClassName
{
color: #C21D04;
}
.AnyTagClassName
{
color: #C21D04;
}
</style>
background-color css
<style>
a { background-color: #C21D04; }
a { background-color: rgb(194,29,4); }
div.DivClassName
{
background-color: #C21D04;
}
.BgClassName
{
background-color: #C21D04;
}
</style>
border-color css
<style>
span { border-color: #C21D04; }
span { border-color: rgb(194,29,4); }
td.TdClassName
{
border-color: #C21D04;
}
.TagClassName
{
border-color: #C21D04;
}
</style>