Html Css Color HEX #CA3402 Harley Davidson Orange
📋 copy color: '#CA3402'red 202 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #CA3402
Tints of Harley Davidson Orange #CA3402
RGB
CMYK
RGB Variations
Color information
#CA3402 (or 0xCA3402) is known color: Harley Davidson Orange. HEX triplet: CA, 34 and 02. RGB value is (202,52,2). Sum of RGB (Red+Green+Blue) = 202+52+2=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3402 is #35CBFD. Grayscale: #5B5B5B. Windows color (decimal): -3525630 or 144586. OLE color: 144586.
HSL color Cylindrical-coordinate representation of color #CA3402: hue angle of 15º 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 #CA3402 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.21 |
| HSL | 15º | 0.98% | 0.4% | - |
| HSV(B) | 15º | 0.99% | 0.79% | - |
| XYZ | 25.6 | 15.02 | 1.61 | - |
| YUV | 91.15 | 77.7 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 2 | 0 | 0.74 | 0.99 | 0.21 | 15 | 0.98 | 0.4 |
| Hex | CA | 34 | 2 | 0 | 4A | 63 | 15 | F | 62 | 28 |
| Octal | 312 | 64 | 2 | 0 | 112 | 143 | 25 | 17 | 142 | 50 |
| Binary | 11001010 | 110100 | 10 | 0 | 1001010 | 1100011 | 10101 | 1111 | 1100010 | 101000 |
Color Harmonies of #CA3402
Complementary color
Monochromatic Colors of #CA3402
Black with #CA3402
Text Example
Text Example
White with #CA3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3402; }
p { color: rgb(202,52,2); }
H1.HeaderClassName
{
color: #CA3402;
}
.AnyTagClassName
{
color: #CA3402;
}
</style>
background-color css
<style>
a { background-color: #CA3402; }
a { background-color: rgb(202,52,2); }
div.DivClassName
{
background-color: #CA3402;
}
.BgClassName
{
background-color: #CA3402;
}
</style>
border-color css
<style>
span { border-color: #CA3402; }
span { border-color: rgb(202,52,2); }
td.TdClassName
{
border-color: #CA3402;
}
.TagClassName
{
border-color: #CA3402;
}
</style>