Html Css Color HEX #C42C01 Harley Davidson Orange
📋 copy color: '#C42C01'red 196 ◦ green 44 ◦ blue 1
Shades of Harley Davidson Orange #C42C01
Tints of Harley Davidson Orange #C42C01
RGB
CMYK
RGB Variations
Color information
#C42C01 (or 0xC42C01) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 01. RGB value is (196,44,1). Sum of RGB (Red+Green+Blue) = 196+44+1=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C01 is #3BD3FE. Grayscale: #545454. Windows color (decimal): -3920895 or 76996. OLE color: 76996.
HSL color Cylindrical-coordinate representation of color #C42C01: hue angle of 13.23º degrees, saturation: 0.99, 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 #C42C01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.23 |
| HSL | 13.23º | 0.99% | 0.39% | - |
| HSV(B) | 13.23º | 0.99% | 0.77% | - |
| XYZ | 23.67 | 13.54 | 1.39 | - |
| YUV | 84.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 1 | 0 | 0.78 | 0.99 | 0.23 | 13.23 | 0.99 | 0.39 |
| Hex | C4 | 2C | 1 | 0 | 4E | 63 | 17 | D | 63 | 27 |
| Octal | 304 | 54 | 1 | 0 | 116 | 143 | 27 | 15 | 143 | 47 |
| Binary | 11000100 | 101100 | 1 | 0 | 1001110 | 1100011 | 10111 | 1101 | 1100011 | 100111 |
Color Harmonies of #C42C01
Complementary color
Monochromatic Colors of #C42C01
Black with #C42C01
Text Example
Text Example
White with #C42C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C01; }
p { color: rgb(196,44,1); }
H1.HeaderClassName
{
color: #C42C01;
}
.AnyTagClassName
{
color: #C42C01;
}
</style>
background-color css
<style>
a { background-color: #C42C01; }
a { background-color: rgb(196,44,1); }
div.DivClassName
{
background-color: #C42C01;
}
.BgClassName
{
background-color: #C42C01;
}
</style>
border-color css
<style>
span { border-color: #C42C01; }
span { border-color: rgb(196,44,1); }
td.TdClassName
{
border-color: #C42C01;
}
.TagClassName
{
border-color: #C42C01;
}
</style>