Html Css Color HEX #CA3502 Harley Davidson Orange
📋 copy color: '#CA3502'red 202 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #CA3502
Tints of Harley Davidson Orange #CA3502
RGB
CMYK
RGB Variations
Color information
#CA3502 (or 0xCA3502) is known color: Harley Davidson Orange. HEX triplet: CA, 35 and 02. RGB value is (202,53,2). Sum of RGB (Red+Green+Blue) = 202+53+2=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3502 is #35CAFD. Grayscale: #5C5C5C. Windows color (decimal): -3525374 or 144842. OLE color: 144842.
HSL color Cylindrical-coordinate representation of color #CA3502: hue angle of 15.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA3502 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.21 |
| HSL | 15.3º | 0.98% | 0.4% | - |
| HSV(B) | 15.3º | 0.99% | 0.79% | - |
| XYZ | 25.64 | 15.11 | 1.62 | - |
| YUV | 91.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 2 | 0 | 0.74 | 0.99 | 0.21 | 15.3 | 0.98 | 0.4 |
| Hex | CA | 35 | 2 | 0 | 4A | 63 | 15 | F | 62 | 28 |
| Octal | 312 | 65 | 2 | 0 | 112 | 143 | 25 | 17 | 142 | 50 |
| Binary | 11001010 | 110101 | 10 | 0 | 1001010 | 1100011 | 10101 | 1111 | 1100010 | 101000 |
Color Harmonies of #CA3502
Complementary color
Monochromatic Colors of #CA3502
Black with #CA3502
Text Example
Text Example
White with #CA3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3502; }
p { color: rgb(202,53,2); }
H1.HeaderClassName
{
color: #CA3502;
}
.AnyTagClassName
{
color: #CA3502;
}
</style>
background-color css
<style>
a { background-color: #CA3502; }
a { background-color: rgb(202,53,2); }
div.DivClassName
{
background-color: #CA3502;
}
.BgClassName
{
background-color: #CA3502;
}
</style>
border-color css
<style>
span { border-color: #CA3502; }
span { border-color: rgb(202,53,2); }
td.TdClassName
{
border-color: #CA3502;
}
.TagClassName
{
border-color: #CA3502;
}
</style>