Html Css Color HEX #C44013 Harley Davidson Orange
📋 copy color: '#C44013'red 196 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #C44013
Tints of Harley Davidson Orange #C44013
RGB
CMYK
RGB Variations
Color information
#C44013 (or 0xC44013) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 13. RGB value is (196,64,19). Sum of RGB (Red+Green+Blue) = 196+64+19=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C44013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44013 is #3BBFEC. Grayscale: #626262. Windows color (decimal): -3915757 or 1261764. OLE color: 1261764.
HSL color Cylindrical-coordinate representation of color #C44013: hue angle of 15.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44013 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.23 |
| HSL | 15.25º | 0.82% | 0.42% | - |
| HSV(B) | 15.25º | 0.9% | 0.77% | - |
| XYZ | 24.72 | 15.45 | 2.3 | - |
| YUV | 98.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 19 | 0 | 0.67 | 0.90 | 0.23 | 15.25 | 0.82 | 0.42 |
| Hex | C4 | 40 | 13 | 0 | 43 | 5A | 17 | F | 52 | 2A |
| Octal | 304 | 100 | 23 | 0 | 103 | 132 | 27 | 17 | 122 | 52 |
| Binary | 11000100 | 1000000 | 10011 | 0 | 1000011 | 1011010 | 10111 | 1111 | 1010010 | 101010 |
Color Harmonies of #C44013
Complementary color
Monochromatic Colors of #C44013
Black with #C44013
Text Example
Text Example
White with #C44013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44013; }
p { color: rgb(196,64,19); }
H1.HeaderClassName
{
color: #C44013;
}
.AnyTagClassName
{
color: #C44013;
}
</style>
background-color css
<style>
a { background-color: #C44013; }
a { background-color: rgb(196,64,19); }
div.DivClassName
{
background-color: #C44013;
}
.BgClassName
{
background-color: #C44013;
}
</style>
border-color css
<style>
span { border-color: #C44013; }
span { border-color: rgb(196,64,19); }
td.TdClassName
{
border-color: #C44013;
}
.TagClassName
{
border-color: #C44013;
}
</style>