Html Css Color HEX #C42609 Harley Davidson Orange
📋 copy color: '#C42609'red 196 ◦ green 38 ◦ blue 9
Shades of Harley Davidson Orange #C42609
Tints of Harley Davidson Orange #C42609
RGB
CMYK
RGB Variations
Color information
#C42609 (or 0xC42609) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 09. RGB value is (196,38,9). Sum of RGB (Red+Green+Blue) = 196+38+9=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C42609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42609 is #3BD9F6. Grayscale: #525252. Windows color (decimal): -3922423 or 599748. OLE color: 599748.
HSL color Cylindrical-coordinate representation of color #C42609: hue angle of 9.3º 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 #C42609 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.23 |
| HSL | 9.3º | 0.91% | 0.4% | - |
| HSV(B) | 9.3º | 0.95% | 0.77% | - |
| XYZ | 23.51 | 13.14 | 1.56 | - |
| YUV | 81.94 | 86.85 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 9 | 0 | 0.81 | 0.95 | 0.23 | 9.3 | 0.91 | 0.4 |
| Hex | C4 | 26 | 9 | 0 | 51 | 5F | 17 | 9 | 5B | 28 |
| Octal | 304 | 46 | 11 | 0 | 121 | 137 | 27 | 11 | 133 | 50 |
| Binary | 11000100 | 100110 | 1001 | 0 | 1010001 | 1011111 | 10111 | 1001 | 1011011 | 101000 |
Color Harmonies of #C42609
Complementary color
Monochromatic Colors of #C42609
Black with #C42609
Text Example
Text Example
White with #C42609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42609; }
p { color: rgb(196,38,9); }
H1.HeaderClassName
{
color: #C42609;
}
.AnyTagClassName
{
color: #C42609;
}
</style>
background-color css
<style>
a { background-color: #C42609; }
a { background-color: rgb(196,38,9); }
div.DivClassName
{
background-color: #C42609;
}
.BgClassName
{
background-color: #C42609;
}
</style>
border-color css
<style>
span { border-color: #C42609; }
span { border-color: rgb(196,38,9); }
td.TdClassName
{
border-color: #C42609;
}
.TagClassName
{
border-color: #C42609;
}
</style>