Html Css Color HEX #CA4122 Harley Davidson Orange
📋 copy color: '#CA4122'red 202 ◦ green 65 ◦ blue 34
Shades of Harley Davidson Orange #CA4122
Tints of Harley Davidson Orange #CA4122
RGB
CMYK
RGB Variations
Color information
#CA4122 (or 0xCA4122) is known color: Harley Davidson Orange. HEX triplet: CA, 41 and 22. RGB value is (202,65,34). Sum of RGB (Red+Green+Blue) = 202+65+34=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4122 is #35BEDD. Grayscale: #666666. Windows color (decimal): -3522270 or 2245066. OLE color: 2245066.
HSL color Cylindrical-coordinate representation of color #CA4122: hue angle of 11.07º 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 #CA4122 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 34 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.21 |
| HSL | 11.07º | 0.71% | 0.46% | - |
| HSV(B) | 11.07º | 0.83% | 0.79% | - |
| XYZ | 26.54 | 16.45 | 3.29 | - |
| YUV | 102.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 34 | 0 | 0.68 | 0.83 | 0.21 | 11.07 | 0.71 | 0.46 |
| Hex | CA | 41 | 22 | 0 | 44 | 53 | 15 | B | 47 | 2E |
| Octal | 312 | 101 | 42 | 0 | 104 | 123 | 25 | 13 | 107 | 56 |
| Binary | 11001010 | 1000001 | 100010 | 0 | 1000100 | 1010011 | 10101 | 1011 | 1000111 | 101110 |
Color Harmonies of #CA4122
Complementary color
Monochromatic Colors of #CA4122
Black with #CA4122
Text Example
Text Example
White with #CA4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4122; }
p { color: rgb(202,65,34); }
H1.HeaderClassName
{
color: #CA4122;
}
.AnyTagClassName
{
color: #CA4122;
}
</style>
background-color css
<style>
a { background-color: #CA4122; }
a { background-color: rgb(202,65,34); }
div.DivClassName
{
background-color: #CA4122;
}
.BgClassName
{
background-color: #CA4122;
}
</style>
border-color css
<style>
span { border-color: #CA4122; }
span { border-color: rgb(202,65,34); }
td.TdClassName
{
border-color: #CA4122;
}
.TagClassName
{
border-color: #CA4122;
}
</style>