Html Css Color HEX #C2421C Harley Davidson Orange
📋 copy color: '#C2421C'red 194 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #C2421C
Tints of Harley Davidson Orange #C2421C
RGB
CMYK
RGB Variations
Color information
#C2421C (or 0xC2421C) is known color: Harley Davidson Orange. HEX triplet: C2, 42 and 1C. RGB value is (194,66,28). Sum of RGB (Red+Green+Blue) = 194+66+28=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2421C is #3DBDE3. Grayscale: #646464. Windows color (decimal): -4046308 or 1852098. OLE color: 1852098.
HSL color Cylindrical-coordinate representation of color #C2421C: hue angle of 13.73º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2421C is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 28 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.24 |
| HSL | 13.73º | 0.75% | 0.44% | - |
| HSV(B) | 13.73º | 0.86% | 0.76% | - |
| XYZ | 24.41 | 15.45 | 2.79 | - |
| YUV | 99.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 28 | 0 | 0.66 | 0.86 | 0.24 | 13.73 | 0.75 | 0.44 |
| Hex | C2 | 42 | 1C | 0 | 42 | 56 | 18 | E | 4B | 2C |
| Octal | 302 | 102 | 34 | 0 | 102 | 126 | 30 | 16 | 113 | 54 |
| Binary | 11000010 | 1000010 | 11100 | 0 | 1000010 | 1010110 | 11000 | 1110 | 1001011 | 101100 |
Color Harmonies of #C2421C
Complementary color
Monochromatic Colors of #C2421C
Black with #C2421C
Text Example
Text Example
White with #C2421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2421C; }
p { color: rgb(194,66,28); }
H1.HeaderClassName
{
color: #C2421C;
}
.AnyTagClassName
{
color: #C2421C;
}
</style>
background-color css
<style>
a { background-color: #C2421C; }
a { background-color: rgb(194,66,28); }
div.DivClassName
{
background-color: #C2421C;
}
.BgClassName
{
background-color: #C2421C;
}
</style>
border-color css
<style>
span { border-color: #C2421C; }
span { border-color: rgb(194,66,28); }
td.TdClassName
{
border-color: #C2421C;
}
.TagClassName
{
border-color: #C2421C;
}
</style>