Html Css Color HEX #CA3C01 Harley Davidson Orange
📋 copy color: '#CA3C01'red 202 ◦ green 60 ◦ blue 1
Shades of Harley Davidson Orange #CA3C01
Tints of Harley Davidson Orange #CA3C01
RGB
CMYK
RGB Variations
Color information
#CA3C01 (or 0xCA3C01) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 01. RGB value is (202,60,1). Sum of RGB (Red+Green+Blue) = 202+60+1=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C01 is #35C3FE. Grayscale: #606060. Windows color (decimal): -3523583 or 81098. OLE color: 81098.
HSL color Cylindrical-coordinate representation of color #CA3C01: hue angle of 17.61º 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 #CA3C01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.21 |
| HSL | 17.61º | 0.99% | 0.4% | - |
| HSV(B) | 17.61º | 1% | 0.79% | - |
| XYZ | 25.98 | 15.79 | 1.71 | - |
| YUV | 95.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 1 | 0 | 0.70 | 1.00 | 0.21 | 17.61 | 0.99 | 0.4 |
| Hex | CA | 3C | 1 | 0 | 46 | 64 | 15 | 12 | 63 | 28 |
| Octal | 312 | 74 | 1 | 0 | 106 | 144 | 25 | 22 | 143 | 50 |
| Binary | 11001010 | 111100 | 1 | 0 | 1000110 | 1100100 | 10101 | 10010 | 1100011 | 101000 |
Color Harmonies of #CA3C01
Complementary color
Monochromatic Colors of #CA3C01
Black with #CA3C01
Text Example
Text Example
White with #CA3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C01; }
p { color: rgb(202,60,1); }
H1.HeaderClassName
{
color: #CA3C01;
}
.AnyTagClassName
{
color: #CA3C01;
}
</style>
background-color css
<style>
a { background-color: #CA3C01; }
a { background-color: rgb(202,60,1); }
div.DivClassName
{
background-color: #CA3C01;
}
.BgClassName
{
background-color: #CA3C01;
}
</style>
border-color css
<style>
span { border-color: #CA3C01; }
span { border-color: rgb(202,60,1); }
td.TdClassName
{
border-color: #CA3C01;
}
.TagClassName
{
border-color: #CA3C01;
}
</style>