Html Css Color HEX #C21E01 Harley Davidson Orange
📋 copy color: '#C21E01'red 194 ◦ green 30 ◦ blue 1
Shades of Harley Davidson Orange #C21E01
Tints of Harley Davidson Orange #C21E01
RGB
CMYK
RGB Variations
Color information
#C21E01 (or 0xC21E01) is known color: Harley Davidson Orange. HEX triplet: C2, 1E and 01. RGB value is (194,30,1). Sum of RGB (Red+Green+Blue) = 194+30+1=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E01 is #3DE1FE. Grayscale: #4C4C4C. Windows color (decimal): -4055551 or 73410. OLE color: 73410.
HSL color Cylindrical-coordinate representation of color #C21E01: hue angle of 9.02º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C21E01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.24 |
| HSL | 9.02º | 0.99% | 0.38% | - |
| HSV(B) | 9.02º | 0.99% | 0.76% | - |
| XYZ | 22.72 | 12.4 | 1.22 | - |
| YUV | 75.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 1 | 0 | 0.85 | 0.99 | 0.24 | 9.02 | 0.99 | 0.38 |
| Hex | C2 | 1E | 1 | 0 | 55 | 63 | 18 | 9 | 63 | 26 |
| Octal | 302 | 36 | 1 | 0 | 125 | 143 | 30 | 11 | 143 | 46 |
| Binary | 11000010 | 11110 | 1 | 0 | 1010101 | 1100011 | 11000 | 1001 | 1100011 | 100110 |
Color Harmonies of #C21E01
Complementary color
Monochromatic Colors of #C21E01
Black with #C21E01
Text Example
Text Example
White with #C21E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E01; }
p { color: rgb(194,30,1); }
H1.HeaderClassName
{
color: #C21E01;
}
.AnyTagClassName
{
color: #C21E01;
}
</style>
background-color css
<style>
a { background-color: #C21E01; }
a { background-color: rgb(194,30,1); }
div.DivClassName
{
background-color: #C21E01;
}
.BgClassName
{
background-color: #C21E01;
}
</style>
border-color css
<style>
span { border-color: #C21E01; }
span { border-color: rgb(194,30,1); }
td.TdClassName
{
border-color: #C21E01;
}
.TagClassName
{
border-color: #C21E01;
}
</style>