Html Css Color HEX #C44115 Harley Davidson Orange
📋 copy color: '#C44115'red 196 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #C44115
Tints of Harley Davidson Orange #C44115
RGB
CMYK
RGB Variations
Color information
#C44115 (or 0xC44115) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 15. RGB value is (196,65,21). Sum of RGB (Red+Green+Blue) = 196+65+21=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C44115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44115 is #3BBEEA. Grayscale: #636363. Windows color (decimal): -3915499 or 1393092. OLE color: 1393092.
HSL color Cylindrical-coordinate representation of color #C44115: hue angle of 15.09º 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 #C44115 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.23 |
| HSL | 15.09º | 0.81% | 0.43% | - |
| HSV(B) | 15.09º | 0.89% | 0.77% | - |
| XYZ | 24.79 | 15.57 | 2.41 | - |
| YUV | 99.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 21 | 0 | 0.67 | 0.89 | 0.23 | 15.09 | 0.81 | 0.43 |
| Hex | C4 | 41 | 15 | 0 | 43 | 59 | 17 | F | 51 | 2B |
| Octal | 304 | 101 | 25 | 0 | 103 | 131 | 27 | 17 | 121 | 53 |
| Binary | 11000100 | 1000001 | 10101 | 0 | 1000011 | 1011001 | 10111 | 1111 | 1010001 | 101011 |
Color Harmonies of #C44115
Complementary color
Monochromatic Colors of #C44115
Black with #C44115
Text Example
Text Example
White with #C44115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44115; }
p { color: rgb(196,65,21); }
H1.HeaderClassName
{
color: #C44115;
}
.AnyTagClassName
{
color: #C44115;
}
</style>
background-color css
<style>
a { background-color: #C44115; }
a { background-color: rgb(196,65,21); }
div.DivClassName
{
background-color: #C44115;
}
.BgClassName
{
background-color: #C44115;
}
</style>
border-color css
<style>
span { border-color: #C44115; }
span { border-color: rgb(196,65,21); }
td.TdClassName
{
border-color: #C44115;
}
.TagClassName
{
border-color: #C44115;
}
</style>