Html Css Color HEX #C4230D Harley Davidson Orange
📋 copy color: '#C4230D'red 196 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #C4230D
Tints of Harley Davidson Orange #C4230D
RGB
CMYK
RGB Variations
Color information
#C4230D (or 0xC4230D) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 0D. RGB value is (196,35,13). Sum of RGB (Red+Green+Blue) = 196+35+13=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4230D is #3BDCF2. Grayscale: #505050. Windows color (decimal): -3923187 or 861124. OLE color: 861124.
HSL color Cylindrical-coordinate representation of color #C4230D: hue angle of 7.21º 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 #C4230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.23 |
| HSL | 7.21º | 0.88% | 0.41% | - |
| HSV(B) | 7.21º | 0.93% | 0.77% | - |
| XYZ | 23.44 | 12.97 | 1.65 | - |
| YUV | 80.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 13 | 0 | 0.82 | 0.93 | 0.23 | 7.21 | 0.88 | 0.41 |
| Hex | C4 | 23 | D | 0 | 52 | 5D | 17 | 7 | 58 | 29 |
| Octal | 304 | 43 | 15 | 0 | 122 | 135 | 27 | 7 | 130 | 51 |
| Binary | 11000100 | 100011 | 1101 | 0 | 1010010 | 1011101 | 10111 | 111 | 1011000 | 101001 |
Color Harmonies of #C4230D
Complementary color
Monochromatic Colors of #C4230D
Black with #C4230D
Text Example
Text Example
White with #C4230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4230D; }
p { color: rgb(196,35,13); }
H1.HeaderClassName
{
color: #C4230D;
}
.AnyTagClassName
{
color: #C4230D;
}
</style>
background-color css
<style>
a { background-color: #C4230D; }
a { background-color: rgb(196,35,13); }
div.DivClassName
{
background-color: #C4230D;
}
.BgClassName
{
background-color: #C4230D;
}
</style>
border-color css
<style>
span { border-color: #C4230D; }
span { border-color: rgb(196,35,13); }
td.TdClassName
{
border-color: #C4230D;
}
.TagClassName
{
border-color: #C4230D;
}
</style>