Html Css Color HEX #CA3201 Harley Davidson Orange
📋 copy color: '#CA3201'red 202 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #CA3201
Tints of Harley Davidson Orange #CA3201
RGB
CMYK
RGB Variations
Color information
#CA3201 (or 0xCA3201) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 01. RGB value is (202,50,1). Sum of RGB (Red+Green+Blue) = 202+50+1=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3201 is #35CDFE. Grayscale: #5A5A5A. Windows color (decimal): -3526143 or 78538. OLE color: 78538.
HSL color Cylindrical-coordinate representation of color #CA3201: hue angle of 14.63º 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 #CA3201 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.21 |
| HSL | 14.63º | 0.99% | 0.4% | - |
| HSV(B) | 14.63º | 1% | 0.79% | - |
| XYZ | 25.5 | 14.84 | 1.55 | - |
| YUV | 89.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 1 | 0 | 0.75 | 1.00 | 0.21 | 14.63 | 0.99 | 0.4 |
| Hex | CA | 32 | 1 | 0 | 4B | 64 | 15 | F | 63 | 28 |
| Octal | 312 | 62 | 1 | 0 | 113 | 144 | 25 | 17 | 143 | 50 |
| Binary | 11001010 | 110010 | 1 | 0 | 1001011 | 1100100 | 10101 | 1111 | 1100011 | 101000 |
Color Harmonies of #CA3201
Complementary color
Monochromatic Colors of #CA3201
Black with #CA3201
Text Example
Text Example
White with #CA3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3201; }
p { color: rgb(202,50,1); }
H1.HeaderClassName
{
color: #CA3201;
}
.AnyTagClassName
{
color: #CA3201;
}
</style>
background-color css
<style>
a { background-color: #CA3201; }
a { background-color: rgb(202,50,1); }
div.DivClassName
{
background-color: #CA3201;
}
.BgClassName
{
background-color: #CA3201;
}
</style>
border-color css
<style>
span { border-color: #CA3201; }
span { border-color: rgb(202,50,1); }
td.TdClassName
{
border-color: #CA3201;
}
.TagClassName
{
border-color: #CA3201;
}
</style>