Html Css Color HEX #CA4222 Harley Davidson Orange
📋 copy color: '#CA4222'red 202 ◦ green 66 ◦ blue 34
Shades of Harley Davidson Orange #CA4222
Tints of Harley Davidson Orange #CA4222
RGB
CMYK
RGB Variations
Color information
#CA4222 (or 0xCA4222) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 22. RGB value is (202,66,34). Sum of RGB (Red+Green+Blue) = 202+66+34=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4222 is #35BDDD. Grayscale: #676767. Windows color (decimal): -3522014 or 2245322. OLE color: 2245322.
HSL color Cylindrical-coordinate representation of color #CA4222: hue angle of 11.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA4222 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 34 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.21 |
| HSL | 11.43º | 0.71% | 0.46% | - |
| HSV(B) | 11.43º | 0.83% | 0.79% | - |
| XYZ | 26.59 | 16.57 | 3.31 | - |
| YUV | 103.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 34 | 0 | 0.67 | 0.83 | 0.21 | 11.43 | 0.71 | 0.46 |
| Hex | CA | 42 | 22 | 0 | 43 | 53 | 15 | B | 47 | 2E |
| Octal | 312 | 102 | 42 | 0 | 103 | 123 | 25 | 13 | 107 | 56 |
| Binary | 11001010 | 1000010 | 100010 | 0 | 1000011 | 1010011 | 10101 | 1011 | 1000111 | 101110 |
Color Harmonies of #CA4222
Complementary color
Monochromatic Colors of #CA4222
Black with #CA4222
Text Example
Text Example
White with #CA4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4222; }
p { color: rgb(202,66,34); }
H1.HeaderClassName
{
color: #CA4222;
}
.AnyTagClassName
{
color: #CA4222;
}
</style>
background-color css
<style>
a { background-color: #CA4222; }
a { background-color: rgb(202,66,34); }
div.DivClassName
{
background-color: #CA4222;
}
.BgClassName
{
background-color: #CA4222;
}
</style>
border-color css
<style>
span { border-color: #CA4222; }
span { border-color: rgb(202,66,34); }
td.TdClassName
{
border-color: #CA4222;
}
.TagClassName
{
border-color: #CA4222;
}
</style>