Html Css Color HEX #C4380A Harley Davidson Orange
📋 copy color: '#C4380A'red 196 ◦ green 56 ◦ blue 10
Shades of Harley Davidson Orange #C4380A
Tints of Harley Davidson Orange #C4380A
RGB
CMYK
RGB Variations
Color information
#C4380A (or 0xC4380A) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 0A. RGB value is (196,56,10). Sum of RGB (Red+Green+Blue) = 196+56+10=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4380A is #3BC7F5. Grayscale: #5C5C5C. Windows color (decimal): -3917814 or 669892. OLE color: 669892.
HSL color Cylindrical-coordinate representation of color #C4380A: hue angle of 14.84º degrees, saturation: 0.9, 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 #C4380A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.23 |
| HSL | 14.84º | 0.9% | 0.4% | - |
| HSV(B) | 14.84º | 0.95% | 0.77% | - |
| XYZ | 24.23 | 14.59 | 1.83 | - |
| YUV | 92.62 | 81.38 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 10 | 0 | 0.71 | 0.95 | 0.23 | 14.84 | 0.9 | 0.4 |
| Hex | C4 | 38 | A | 0 | 47 | 5F | 17 | F | 5A | 28 |
| Octal | 304 | 70 | 12 | 0 | 107 | 137 | 27 | 17 | 132 | 50 |
| Binary | 11000100 | 111000 | 1010 | 0 | 1000111 | 1011111 | 10111 | 1111 | 1011010 | 101000 |
Color Harmonies of #C4380A
Complementary color
Monochromatic Colors of #C4380A
Black with #C4380A
Text Example
Text Example
White with #C4380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4380A; }
p { color: rgb(196,56,10); }
H1.HeaderClassName
{
color: #C4380A;
}
.AnyTagClassName
{
color: #C4380A;
}
</style>
background-color css
<style>
a { background-color: #C4380A; }
a { background-color: rgb(196,56,10); }
div.DivClassName
{
background-color: #C4380A;
}
.BgClassName
{
background-color: #C4380A;
}
</style>
border-color css
<style>
span { border-color: #C4380A; }
span { border-color: rgb(196,56,10); }
td.TdClassName
{
border-color: #C4380A;
}
.TagClassName
{
border-color: #C4380A;
}
</style>