Html Css Color HEX #C42509 Harley Davidson Orange
📋 copy color: '#C42509'red 196 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #C42509
Tints of Harley Davidson Orange #C42509
RGB
CMYK
RGB Variations
Color information
#C42509 (or 0xC42509) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 09. RGB value is (196,37,9). Sum of RGB (Red+Green+Blue) = 196+37+9=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C42509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42509 is #3BDAF6. Grayscale: #515151. Windows color (decimal): -3922679 or 599492. OLE color: 599492.
HSL color Cylindrical-coordinate representation of color #C42509: hue angle of 8.98º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C42509 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.23 |
| HSL | 8.98º | 0.91% | 0.4% | - |
| HSV(B) | 8.98º | 0.95% | 0.77% | - |
| XYZ | 23.48 | 13.08 | 1.55 | - |
| YUV | 81.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 9 | 0 | 0.81 | 0.95 | 0.23 | 8.98 | 0.91 | 0.4 |
| Hex | C4 | 25 | 9 | 0 | 51 | 5F | 17 | 9 | 5B | 28 |
| Octal | 304 | 45 | 11 | 0 | 121 | 137 | 27 | 11 | 133 | 50 |
| Binary | 11000100 | 100101 | 1001 | 0 | 1010001 | 1011111 | 10111 | 1001 | 1011011 | 101000 |
Color Harmonies of #C42509
Complementary color
Monochromatic Colors of #C42509
Black with #C42509
Text Example
Text Example
White with #C42509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42509; }
p { color: rgb(196,37,9); }
H1.HeaderClassName
{
color: #C42509;
}
.AnyTagClassName
{
color: #C42509;
}
</style>
background-color css
<style>
a { background-color: #C42509; }
a { background-color: rgb(196,37,9); }
div.DivClassName
{
background-color: #C42509;
}
.BgClassName
{
background-color: #C42509;
}
</style>
border-color css
<style>
span { border-color: #C42509; }
span { border-color: rgb(196,37,9); }
td.TdClassName
{
border-color: #C42509;
}
.TagClassName
{
border-color: #C42509;
}
</style>