Html Css Color HEX #CA4614 Harley Davidson Orange
📋 copy color: '#CA4614'red 202 ◦ green 70 ◦ blue 20
Shades of Harley Davidson Orange #CA4614
Tints of Harley Davidson Orange #CA4614
RGB
CMYK
RGB Variations
Color information
#CA4614 (or 0xCA4614) is known color: Harley Davidson Orange. HEX triplet: CA, 46 and 14. RGB value is (202,70,20). Sum of RGB (Red+Green+Blue) = 202+70+20=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4614 is #35B9EB. Grayscale: #686868. Windows color (decimal): -3521004 or 1328842. OLE color: 1328842.
HSL color Cylindrical-coordinate representation of color #CA4614: hue angle of 16.48º 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 #CA4614 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.21 |
| HSL | 16.48º | 0.82% | 0.44% | - |
| HSV(B) | 16.48º | 0.9% | 0.79% | - |
| XYZ | 26.67 | 16.99 | 2.53 | - |
| YUV | 103.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 20 | 0 | 0.65 | 0.90 | 0.21 | 16.48 | 0.82 | 0.44 |
| Hex | CA | 46 | 14 | 0 | 41 | 5A | 15 | 10 | 52 | 2C |
| Octal | 312 | 106 | 24 | 0 | 101 | 132 | 25 | 20 | 122 | 54 |
| Binary | 11001010 | 1000110 | 10100 | 0 | 1000001 | 1011010 | 10101 | 10000 | 1010010 | 101100 |
Color Harmonies of #CA4614
Complementary color
Monochromatic Colors of #CA4614
Black with #CA4614
Text Example
Text Example
White with #CA4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4614; }
p { color: rgb(202,70,20); }
H1.HeaderClassName
{
color: #CA4614;
}
.AnyTagClassName
{
color: #CA4614;
}
</style>
background-color css
<style>
a { background-color: #CA4614; }
a { background-color: rgb(202,70,20); }
div.DivClassName
{
background-color: #CA4614;
}
.BgClassName
{
background-color: #CA4614;
}
</style>
border-color css
<style>
span { border-color: #CA4614; }
span { border-color: rgb(202,70,20); }
td.TdClassName
{
border-color: #CA4614;
}
.TagClassName
{
border-color: #CA4614;
}
</style>