Html Css Color HEX #CA2F01 Harley Davidson Orange
📋 copy color: '#CA2F01'red 202 ◦ green 47 ◦ blue 1
Shades of Harley Davidson Orange #CA2F01
Tints of Harley Davidson Orange #CA2F01
RGB
CMYK
RGB Variations
Color information
#CA2F01 (or 0xCA2F01) is known color: Harley Davidson Orange. HEX triplet: CA, 2F and 01. RGB value is (202,47,1). Sum of RGB (Red+Green+Blue) = 202+47+1=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2F01 is #35D0FE. Grayscale: #585858. Windows color (decimal): -3526911 or 77770. OLE color: 77770.
HSL color Cylindrical-coordinate representation of color #CA2F01: hue angle of 13.73º 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 #CA2F01 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.21 |
| HSL | 13.73º | 0.99% | 0.4% | - |
| HSV(B) | 13.73º | 1% | 0.79% | - |
| XYZ | 25.38 | 14.59 | 1.51 | - |
| YUV | 88.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 1 | 0 | 0.77 | 1.00 | 0.21 | 13.73 | 0.99 | 0.4 |
| Hex | CA | 2F | 1 | 0 | 4D | 64 | 15 | E | 63 | 28 |
| Octal | 312 | 57 | 1 | 0 | 115 | 144 | 25 | 16 | 143 | 50 |
| Binary | 11001010 | 101111 | 1 | 0 | 1001101 | 1100100 | 10101 | 1110 | 1100011 | 101000 |
Color Harmonies of #CA2F01
Complementary color
Monochromatic Colors of #CA2F01
Black with #CA2F01
Text Example
Text Example
White with #CA2F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F01; }
p { color: rgb(202,47,1); }
H1.HeaderClassName
{
color: #CA2F01;
}
.AnyTagClassName
{
color: #CA2F01;
}
</style>
background-color css
<style>
a { background-color: #CA2F01; }
a { background-color: rgb(202,47,1); }
div.DivClassName
{
background-color: #CA2F01;
}
.BgClassName
{
background-color: #CA2F01;
}
</style>
border-color css
<style>
span { border-color: #CA2F01; }
span { border-color: rgb(202,47,1); }
td.TdClassName
{
border-color: #CA2F01;
}
.TagClassName
{
border-color: #CA2F01;
}
</style>