Html Css Color HEX #CA4114 Harley Davidson Orange
📋 copy color: '#CA4114'red 202 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #CA4114
Tints of Harley Davidson Orange #CA4114
RGB
CMYK
RGB Variations
Color information
#CA4114 (or 0xCA4114) is known color: Harley Davidson Orange. HEX triplet: CA, 41 and 14. RGB value is (202,65,20). Sum of RGB (Red+Green+Blue) = 202+65+20=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4114 is #35BEEB. Grayscale: #656565. Windows color (decimal): -3522284 or 1327562. OLE color: 1327562.
HSL color Cylindrical-coordinate representation of color #CA4114: hue angle of 14.84º degrees, saturation: 0.82, 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 #CA4114 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.21 |
| HSL | 14.84º | 0.82% | 0.44% | - |
| HSV(B) | 14.84º | 0.9% | 0.79% | - |
| XYZ | 26.37 | 16.39 | 2.43 | - |
| YUV | 100.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 20 | 0 | 0.68 | 0.90 | 0.21 | 14.84 | 0.82 | 0.44 |
| Hex | CA | 41 | 14 | 0 | 44 | 5A | 15 | F | 52 | 2C |
| Octal | 312 | 101 | 24 | 0 | 104 | 132 | 25 | 17 | 122 | 54 |
| Binary | 11001010 | 1000001 | 10100 | 0 | 1000100 | 1011010 | 10101 | 1111 | 1010010 | 101100 |
Color Harmonies of #CA4114
Complementary color
Monochromatic Colors of #CA4114
Black with #CA4114
Text Example
Text Example
White with #CA4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4114; }
p { color: rgb(202,65,20); }
H1.HeaderClassName
{
color: #CA4114;
}
.AnyTagClassName
{
color: #CA4114;
}
</style>
background-color css
<style>
a { background-color: #CA4114; }
a { background-color: rgb(202,65,20); }
div.DivClassName
{
background-color: #CA4114;
}
.BgClassName
{
background-color: #CA4114;
}
</style>
border-color css
<style>
span { border-color: #CA4114; }
span { border-color: rgb(202,65,20); }
td.TdClassName
{
border-color: #CA4114;
}
.TagClassName
{
border-color: #CA4114;
}
</style>