Html Css Color HEX #C2421F Harley Davidson Orange
📋 copy color: '#C2421F'red 194 ◦ green 66 ◦ blue 31
Shades of Harley Davidson Orange #C2421F
Tints of Harley Davidson Orange #C2421F
RGB
CMYK
RGB Variations
Color information
#C2421F (or 0xC2421F) is known color: Harley Davidson Orange. HEX triplet: C2, 42 and 1F. RGB value is (194,66,31). Sum of RGB (Red+Green+Blue) = 194+66+31=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2421F is #3DBDE0. Grayscale: #646464. Windows color (decimal): -4046305 or 2048706. OLE color: 2048706.
HSL color Cylindrical-coordinate representation of color #C2421F: hue angle of 12.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2421F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.24 |
| HSL | 12.88º | 0.72% | 0.44% | - |
| HSV(B) | 12.88º | 0.84% | 0.76% | - |
| XYZ | 24.44 | 15.46 | 2.99 | - |
| YUV | 100.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 31 | 0 | 0.66 | 0.84 | 0.24 | 12.88 | 0.72 | 0.44 |
| Hex | C2 | 42 | 1F | 0 | 42 | 54 | 18 | D | 48 | 2C |
| Octal | 302 | 102 | 37 | 0 | 102 | 124 | 30 | 15 | 110 | 54 |
| Binary | 11000010 | 1000010 | 11111 | 0 | 1000010 | 1010100 | 11000 | 1101 | 1001000 | 101100 |
Color Harmonies of #C2421F
Complementary color
Monochromatic Colors of #C2421F
Black with #C2421F
Text Example
Text Example
White with #C2421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2421F; }
p { color: rgb(194,66,31); }
H1.HeaderClassName
{
color: #C2421F;
}
.AnyTagClassName
{
color: #C2421F;
}
</style>
background-color css
<style>
a { background-color: #C2421F; }
a { background-color: rgb(194,66,31); }
div.DivClassName
{
background-color: #C2421F;
}
.BgClassName
{
background-color: #C2421F;
}
</style>
border-color css
<style>
span { border-color: #C2421F; }
span { border-color: rgb(194,66,31); }
td.TdClassName
{
border-color: #C2421F;
}
.TagClassName
{
border-color: #C2421F;
}
</style>