Html Css Color HEX #CA4420 Harley Davidson Orange
📋 copy color: '#CA4420'red 202 ◦ green 68 ◦ blue 32
Shades of Harley Davidson Orange #CA4420
Tints of Harley Davidson Orange #CA4420
RGB
CMYK
RGB Variations
Color information
#CA4420 (or 0xCA4420) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 20. RGB value is (202,68,32). Sum of RGB (Red+Green+Blue) = 202+68+32=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4420 is #35BBDF. Grayscale: #686868. Windows color (decimal): -3521504 or 2114762. OLE color: 2114762.
HSL color Cylindrical-coordinate representation of color #CA4420: hue angle of 12.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4420 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.21 |
| HSL | 12.71º | 0.73% | 0.46% | - |
| HSV(B) | 12.71º | 0.84% | 0.79% | - |
| XYZ | 26.68 | 16.8 | 3.2 | - |
| YUV | 103.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 32 | 0 | 0.66 | 0.84 | 0.21 | 12.71 | 0.73 | 0.46 |
| Hex | CA | 44 | 20 | 0 | 42 | 54 | 15 | D | 49 | 2E |
| Octal | 312 | 104 | 40 | 0 | 102 | 124 | 25 | 15 | 111 | 56 |
| Binary | 11001010 | 1000100 | 100000 | 0 | 1000010 | 1010100 | 10101 | 1101 | 1001001 | 101110 |
Color Harmonies of #CA4420
Complementary color
Monochromatic Colors of #CA4420
Black with #CA4420
Text Example
Text Example
White with #CA4420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4420; }
p { color: rgb(202,68,32); }
H1.HeaderClassName
{
color: #CA4420;
}
.AnyTagClassName
{
color: #CA4420;
}
</style>
background-color css
<style>
a { background-color: #CA4420; }
a { background-color: rgb(202,68,32); }
div.DivClassName
{
background-color: #CA4420;
}
.BgClassName
{
background-color: #CA4420;
}
</style>
border-color css
<style>
span { border-color: #CA4420; }
span { border-color: rgb(202,68,32); }
td.TdClassName
{
border-color: #CA4420;
}
.TagClassName
{
border-color: #CA4420;
}
</style>