Html Css Color HEX #C42809 Harley Davidson Orange
📋 copy color: '#C42809'red 196 ◦ green 40 ◦ blue 9
Shades of Harley Davidson Orange #C42809
Tints of Harley Davidson Orange #C42809
RGB
CMYK
RGB Variations
Color information
#C42809 (or 0xC42809) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 09. RGB value is (196,40,9). Sum of RGB (Red+Green+Blue) = 196+40+9=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C42809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42809 is #3BD7F6. Grayscale: #535353. Windows color (decimal): -3921911 or 600260. OLE color: 600260.
HSL color Cylindrical-coordinate representation of color #C42809: hue angle of 9.95º 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 #C42809 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 9 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.23 |
| HSL | 9.95º | 0.91% | 0.4% | - |
| HSV(B) | 9.95º | 0.95% | 0.77% | - |
| XYZ | 23.57 | 13.27 | 1.58 | - |
| YUV | 83.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 9 | 0 | 0.80 | 0.95 | 0.23 | 9.95 | 0.91 | 0.4 |
| Hex | C4 | 28 | 9 | 0 | 50 | 5F | 17 | A | 5B | 28 |
| Octal | 304 | 50 | 11 | 0 | 120 | 137 | 27 | 12 | 133 | 50 |
| Binary | 11000100 | 101000 | 1001 | 0 | 1010000 | 1011111 | 10111 | 1010 | 1011011 | 101000 |
Color Harmonies of #C42809
Complementary color
Monochromatic Colors of #C42809
Black with #C42809
Text Example
Text Example
White with #C42809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42809; }
p { color: rgb(196,40,9); }
H1.HeaderClassName
{
color: #C42809;
}
.AnyTagClassName
{
color: #C42809;
}
</style>
background-color css
<style>
a { background-color: #C42809; }
a { background-color: rgb(196,40,9); }
div.DivClassName
{
background-color: #C42809;
}
.BgClassName
{
background-color: #C42809;
}
</style>
border-color css
<style>
span { border-color: #C42809; }
span { border-color: rgb(196,40,9); }
td.TdClassName
{
border-color: #C42809;
}
.TagClassName
{
border-color: #C42809;
}
</style>