Html Css Color HEX #C21F01 Harley Davidson Orange
📋 copy color: '#C21F01'red 194 ◦ green 31 ◦ blue 1
Shades of Harley Davidson Orange #C21F01
Tints of Harley Davidson Orange #C21F01
RGB
CMYK
RGB Variations
Color information
#C21F01 (or 0xC21F01) is known color: Harley Davidson Orange. HEX triplet: C2, 1F and 01. RGB value is (194,31,1). Sum of RGB (Red+Green+Blue) = 194+31+1=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21F01 is #3DE0FE. Grayscale: #4C4C4C. Windows color (decimal): -4055295 or 73666. OLE color: 73666.
HSL color Cylindrical-coordinate representation of color #C21F01: hue angle of 9.33º 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 #C21F01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.24 |
| HSL | 9.33º | 0.99% | 0.38% | - |
| HSV(B) | 9.33º | 0.99% | 0.76% | - |
| XYZ | 22.74 | 12.45 | 1.23 | - |
| YUV | 76.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 1 | 0 | 0.84 | 0.99 | 0.24 | 9.33 | 0.99 | 0.38 |
| Hex | C2 | 1F | 1 | 0 | 54 | 63 | 18 | 9 | 63 | 26 |
| Octal | 302 | 37 | 1 | 0 | 124 | 143 | 30 | 11 | 143 | 46 |
| Binary | 11000010 | 11111 | 1 | 0 | 1010100 | 1100011 | 11000 | 1001 | 1100011 | 100110 |
Color Harmonies of #C21F01
Complementary color
Monochromatic Colors of #C21F01
Black with #C21F01
Text Example
Text Example
White with #C21F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F01; }
p { color: rgb(194,31,1); }
H1.HeaderClassName
{
color: #C21F01;
}
.AnyTagClassName
{
color: #C21F01;
}
</style>
background-color css
<style>
a { background-color: #C21F01; }
a { background-color: rgb(194,31,1); }
div.DivClassName
{
background-color: #C21F01;
}
.BgClassName
{
background-color: #C21F01;
}
</style>
border-color css
<style>
span { border-color: #C21F01; }
span { border-color: rgb(194,31,1); }
td.TdClassName
{
border-color: #C21F01;
}
.TagClassName
{
border-color: #C21F01;
}
</style>