Html Css Color HEX #C44015 Harley Davidson Orange
📋 copy color: '#C44015'red 196 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #C44015
Tints of Harley Davidson Orange #C44015
RGB
CMYK
RGB Variations
Color information
#C44015 (or 0xC44015) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 15. RGB value is (196,64,21). Sum of RGB (Red+Green+Blue) = 196+64+21=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C44015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44015 is #3BBFEA. Grayscale: #626262. Windows color (decimal): -3915755 or 1392836. OLE color: 1392836.
HSL color Cylindrical-coordinate representation of color #C44015: hue angle of 14.74º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C44015 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.23 |
| HSL | 14.74º | 0.81% | 0.43% | - |
| HSV(B) | 14.74º | 0.89% | 0.77% | - |
| XYZ | 24.73 | 15.46 | 2.39 | - |
| YUV | 98.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 21 | 0 | 0.67 | 0.89 | 0.23 | 14.74 | 0.81 | 0.43 |
| Hex | C4 | 40 | 15 | 0 | 43 | 59 | 17 | F | 51 | 2B |
| Octal | 304 | 100 | 25 | 0 | 103 | 131 | 27 | 17 | 121 | 53 |
| Binary | 11000100 | 1000000 | 10101 | 0 | 1000011 | 1011001 | 10111 | 1111 | 1010001 | 101011 |
Color Harmonies of #C44015
Complementary color
Monochromatic Colors of #C44015
Black with #C44015
Text Example
Text Example
White with #C44015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44015; }
p { color: rgb(196,64,21); }
H1.HeaderClassName
{
color: #C44015;
}
.AnyTagClassName
{
color: #C44015;
}
</style>
background-color css
<style>
a { background-color: #C44015; }
a { background-color: rgb(196,64,21); }
div.DivClassName
{
background-color: #C44015;
}
.BgClassName
{
background-color: #C44015;
}
</style>
border-color css
<style>
span { border-color: #C44015; }
span { border-color: rgb(196,64,21); }
td.TdClassName
{
border-color: #C44015;
}
.TagClassName
{
border-color: #C44015;
}
</style>