Html Css Color HEX #C42D0D Harley Davidson Orange
📋 copy color: '#C42D0D'red 196 ◦ green 45 ◦ blue 13
Shades of Harley Davidson Orange #C42D0D
Tints of Harley Davidson Orange #C42D0D
RGB
CMYK
RGB Variations
Color information
#C42D0D (or 0xC42D0D) is known color: Harley Davidson Orange. HEX triplet: C4, 2D and 0D. RGB value is (196,45,13). Sum of RGB (Red+Green+Blue) = 196+45+13=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42D0D is #3BD2F2. Grayscale: #565656. Windows color (decimal): -3920627 or 863684. OLE color: 863684.
HSL color Cylindrical-coordinate representation of color #C42D0D: hue angle of 10.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C42D0D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.23 |
| HSL | 10.49º | 0.88% | 0.41% | - |
| HSV(B) | 10.49º | 0.93% | 0.77% | - |
| XYZ | 23.78 | 13.64 | 1.76 | - |
| YUV | 86.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 13 | 0 | 0.77 | 0.93 | 0.23 | 10.49 | 0.88 | 0.41 |
| Hex | C4 | 2D | D | 0 | 4D | 5D | 17 | A | 58 | 29 |
| Octal | 304 | 55 | 15 | 0 | 115 | 135 | 27 | 12 | 130 | 51 |
| Binary | 11000100 | 101101 | 1101 | 0 | 1001101 | 1011101 | 10111 | 1010 | 1011000 | 101001 |
Color Harmonies of #C42D0D
Complementary color
Monochromatic Colors of #C42D0D
Black with #C42D0D
Text Example
Text Example
White with #C42D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D0D; }
p { color: rgb(196,45,13); }
H1.HeaderClassName
{
color: #C42D0D;
}
.AnyTagClassName
{
color: #C42D0D;
}
</style>
background-color css
<style>
a { background-color: #C42D0D; }
a { background-color: rgb(196,45,13); }
div.DivClassName
{
background-color: #C42D0D;
}
.BgClassName
{
background-color: #C42D0D;
}
</style>
border-color css
<style>
span { border-color: #C42D0D; }
span { border-color: rgb(196,45,13); }
td.TdClassName
{
border-color: #C42D0D;
}
.TagClassName
{
border-color: #C42D0D;
}
</style>