Html Css Color HEX #C42302 Harley Davidson Orange
📋 copy color: '#C42302'red 196 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #C42302
Tints of Harley Davidson Orange #C42302
RGB
CMYK
RGB Variations
Color information
#C42302 (or 0xC42302) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 02. RGB value is (196,35,2). Sum of RGB (Red+Green+Blue) = 196+35+2=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C42302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42302 is #3BDCFD. Grayscale: #4F4F4F. Windows color (decimal): -3923198 or 140228. OLE color: 140228.
HSL color Cylindrical-coordinate representation of color #C42302: hue angle of 10.21º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C42302 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.23 |
| HSL | 10.21º | 0.98% | 0.39% | - |
| HSV(B) | 10.21º | 0.99% | 0.77% | - |
| XYZ | 23.38 | 12.94 | 1.32 | - |
| YUV | 79.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 2 | 0 | 0.82 | 0.99 | 0.23 | 10.21 | 0.98 | 0.39 |
| Hex | C4 | 23 | 2 | 0 | 52 | 63 | 17 | A | 62 | 27 |
| Octal | 304 | 43 | 2 | 0 | 122 | 143 | 27 | 12 | 142 | 47 |
| Binary | 11000100 | 100011 | 10 | 0 | 1010010 | 1100011 | 10111 | 1010 | 1100010 | 100111 |
Color Harmonies of #C42302
Complementary color
Monochromatic Colors of #C42302
Black with #C42302
Text Example
Text Example
White with #C42302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42302; }
p { color: rgb(196,35,2); }
H1.HeaderClassName
{
color: #C42302;
}
.AnyTagClassName
{
color: #C42302;
}
</style>
background-color css
<style>
a { background-color: #C42302; }
a { background-color: rgb(196,35,2); }
div.DivClassName
{
background-color: #C42302;
}
.BgClassName
{
background-color: #C42302;
}
</style>
border-color css
<style>
span { border-color: #C42302; }
span { border-color: rgb(196,35,2); }
td.TdClassName
{
border-color: #C42302;
}
.TagClassName
{
border-color: #C42302;
}
</style>