Html Css Color HEX #CA3A01 Harley Davidson Orange
📋 copy color: '#CA3A01'red 202 ◦ green 58 ◦ blue 1
Shades of Harley Davidson Orange #CA3A01
Tints of Harley Davidson Orange #CA3A01
RGB
CMYK
RGB Variations
Color information
#CA3A01 (or 0xCA3A01) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 01. RGB value is (202,58,1). Sum of RGB (Red+Green+Blue) = 202+58+1=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A01 is #35C5FE. Grayscale: #5E5E5E. Windows color (decimal): -3524095 or 80586. OLE color: 80586.
HSL color Cylindrical-coordinate representation of color #CA3A01: hue angle of 17.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA3A01 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.21 |
| HSL | 17.01º | 0.99% | 0.4% | - |
| HSV(B) | 17.01º | 1% | 0.79% | - |
| XYZ | 25.88 | 15.58 | 1.67 | - |
| YUV | 94.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 1 | 0 | 0.71 | 1.00 | 0.21 | 17.01 | 0.99 | 0.4 |
| Hex | CA | 3A | 1 | 0 | 47 | 64 | 15 | 11 | 63 | 28 |
| Octal | 312 | 72 | 1 | 0 | 107 | 144 | 25 | 21 | 143 | 50 |
| Binary | 11001010 | 111010 | 1 | 0 | 1000111 | 1100100 | 10101 | 10001 | 1100011 | 101000 |
Color Harmonies of #CA3A01
Complementary color
Monochromatic Colors of #CA3A01
Black with #CA3A01
Text Example
Text Example
White with #CA3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A01; }
p { color: rgb(202,58,1); }
H1.HeaderClassName
{
color: #CA3A01;
}
.AnyTagClassName
{
color: #CA3A01;
}
</style>
background-color css
<style>
a { background-color: #CA3A01; }
a { background-color: rgb(202,58,1); }
div.DivClassName
{
background-color: #CA3A01;
}
.BgClassName
{
background-color: #CA3A01;
}
</style>
border-color css
<style>
span { border-color: #CA3A01; }
span { border-color: rgb(202,58,1); }
td.TdClassName
{
border-color: #CA3A01;
}
.TagClassName
{
border-color: #CA3A01;
}
</style>