Html Css Color HEX #CA4015 Harley Davidson Orange
📋 copy color: '#CA4015'red 202 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #CA4015
Tints of Harley Davidson Orange #CA4015
RGB
CMYK
RGB Variations
Color information
#CA4015 (or 0xCA4015) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 15. RGB value is (202,64,21). Sum of RGB (Red+Green+Blue) = 202+64+21=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4015 is #35BFEA. Grayscale: #646464. Windows color (decimal): -3522539 or 1392842. OLE color: 1392842.
HSL color Cylindrical-coordinate representation of color #CA4015: hue angle of 14.25º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4015 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.21 |
| HSL | 14.25º | 0.81% | 0.44% | - |
| HSV(B) | 14.25º | 0.9% | 0.79% | - |
| XYZ | 26.33 | 16.28 | 2.46 | - |
| YUV | 100.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 21 | 0 | 0.68 | 0.90 | 0.21 | 14.25 | 0.81 | 0.44 |
| Hex | CA | 40 | 15 | 0 | 44 | 5A | 15 | E | 51 | 2C |
| Octal | 312 | 100 | 25 | 0 | 104 | 132 | 25 | 16 | 121 | 54 |
| Binary | 11001010 | 1000000 | 10101 | 0 | 1000100 | 1011010 | 10101 | 1110 | 1010001 | 101100 |
Color Harmonies of #CA4015
Complementary color
Monochromatic Colors of #CA4015
Black with #CA4015
Text Example
Text Example
White with #CA4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4015; }
p { color: rgb(202,64,21); }
H1.HeaderClassName
{
color: #CA4015;
}
.AnyTagClassName
{
color: #CA4015;
}
</style>
background-color css
<style>
a { background-color: #CA4015; }
a { background-color: rgb(202,64,21); }
div.DivClassName
{
background-color: #CA4015;
}
.BgClassName
{
background-color: #CA4015;
}
</style>
border-color css
<style>
span { border-color: #CA4015; }
span { border-color: rgb(202,64,21); }
td.TdClassName
{
border-color: #CA4015;
}
.TagClassName
{
border-color: #CA4015;
}
</style>