Html Css Color HEX #C4300C Harley Davidson Orange
📋 copy color: '#C4300C'red 196 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #C4300C
Tints of Harley Davidson Orange #C4300C
RGB
CMYK
RGB Variations
Color information
#C4300C (or 0xC4300C) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 0C. RGB value is (196,48,12). Sum of RGB (Red+Green+Blue) = 196+48+12=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4300C is #3BCFF3. Grayscale: #585858. Windows color (decimal): -3919860 or 798916. OLE color: 798916.
HSL color Cylindrical-coordinate representation of color #C4300C: hue angle of 11.74º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4300C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.23 |
| HSL | 11.74º | 0.88% | 0.41% | - |
| HSV(B) | 11.74º | 0.94% | 0.77% | - |
| XYZ | 23.89 | 13.88 | 1.77 | - |
| YUV | 88.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 12 | 0 | 0.76 | 0.94 | 0.23 | 11.74 | 0.88 | 0.41 |
| Hex | C4 | 30 | C | 0 | 4C | 5E | 17 | C | 58 | 29 |
| Octal | 304 | 60 | 14 | 0 | 114 | 136 | 27 | 14 | 130 | 51 |
| Binary | 11000100 | 110000 | 1100 | 0 | 1001100 | 1011110 | 10111 | 1100 | 1011000 | 101001 |
Color Harmonies of #C4300C
Complementary color
Monochromatic Colors of #C4300C
Black with #C4300C
Text Example
Text Example
White with #C4300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4300C; }
p { color: rgb(196,48,12); }
H1.HeaderClassName
{
color: #C4300C;
}
.AnyTagClassName
{
color: #C4300C;
}
</style>
background-color css
<style>
a { background-color: #C4300C; }
a { background-color: rgb(196,48,12); }
div.DivClassName
{
background-color: #C4300C;
}
.BgClassName
{
background-color: #C4300C;
}
</style>
border-color css
<style>
span { border-color: #C4300C; }
span { border-color: rgb(196,48,12); }
td.TdClassName
{
border-color: #C4300C;
}
.TagClassName
{
border-color: #C4300C;
}
</style>