Html Css Color HEX #C4240D Harley Davidson Orange
📋 copy color: '#C4240D'red 196 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #C4240D
Tints of Harley Davidson Orange #C4240D
RGB
CMYK
RGB Variations
Color information
#C4240D (or 0xC4240D) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 0D. RGB value is (196,36,13). Sum of RGB (Red+Green+Blue) = 196+36+13=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4240D is #3BDBF2. Grayscale: #515151. Windows color (decimal): -3922931 or 861380. OLE color: 861380.
HSL color Cylindrical-coordinate representation of color #C4240D: hue angle of 7.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4240D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.23 |
| HSL | 7.54º | 0.88% | 0.41% | - |
| HSV(B) | 7.54º | 0.93% | 0.77% | - |
| XYZ | 23.47 | 13.03 | 1.66 | - |
| YUV | 81.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 13 | 0 | 0.82 | 0.93 | 0.23 | 7.54 | 0.88 | 0.41 |
| Hex | C4 | 24 | D | 0 | 52 | 5D | 17 | 8 | 58 | 29 |
| Octal | 304 | 44 | 15 | 0 | 122 | 135 | 27 | 10 | 130 | 51 |
| Binary | 11000100 | 100100 | 1101 | 0 | 1010010 | 1011101 | 10111 | 1000 | 1011000 | 101001 |
Color Harmonies of #C4240D
Complementary color
Monochromatic Colors of #C4240D
Black with #C4240D
Text Example
Text Example
White with #C4240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4240D; }
p { color: rgb(196,36,13); }
H1.HeaderClassName
{
color: #C4240D;
}
.AnyTagClassName
{
color: #C4240D;
}
</style>
background-color css
<style>
a { background-color: #C4240D; }
a { background-color: rgb(196,36,13); }
div.DivClassName
{
background-color: #C4240D;
}
.BgClassName
{
background-color: #C4240D;
}
</style>
border-color css
<style>
span { border-color: #C4240D; }
span { border-color: rgb(196,36,13); }
td.TdClassName
{
border-color: #C4240D;
}
.TagClassName
{
border-color: #C4240D;
}
</style>