Html Css Color HEX #CA2511 Harley Davidson Orange
📋 copy color: '#CA2511'red 202 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #CA2511
Tints of Harley Davidson Orange #CA2511
RGB
CMYK
RGB Variations
Color information
#CA2511 (or 0xCA2511) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 11. RGB value is (202,37,17). Sum of RGB (Red+Green+Blue) = 202+37+17=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2511 is #35DAEE. Grayscale: #545454. Windows color (decimal): -3529455 or 1123786. OLE color: 1123786.
HSL color Cylindrical-coordinate representation of color #CA2511: hue angle of 6.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA2511 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.21 |
| HSL | 6.49º | 0.84% | 0.43% | - |
| HSV(B) | 6.49º | 0.92% | 0.79% | - |
| XYZ | 25.12 | 13.92 | 1.89 | - |
| YUV | 84.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 17 | 0 | 0.82 | 0.92 | 0.21 | 6.49 | 0.84 | 0.43 |
| Hex | CA | 25 | 11 | 0 | 52 | 5C | 15 | 6 | 54 | 2B |
| Octal | 312 | 45 | 21 | 0 | 122 | 134 | 25 | 6 | 124 | 53 |
| Binary | 11001010 | 100101 | 10001 | 0 | 1010010 | 1011100 | 10101 | 110 | 1010100 | 101011 |
Color Harmonies of #CA2511
Complementary color
Monochromatic Colors of #CA2511
Black with #CA2511
Text Example
Text Example
White with #CA2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2511; }
p { color: rgb(202,37,17); }
H1.HeaderClassName
{
color: #CA2511;
}
.AnyTagClassName
{
color: #CA2511;
}
</style>
background-color css
<style>
a { background-color: #CA2511; }
a { background-color: rgb(202,37,17); }
div.DivClassName
{
background-color: #CA2511;
}
.BgClassName
{
background-color: #CA2511;
}
</style>
border-color css
<style>
span { border-color: #CA2511; }
span { border-color: rgb(202,37,17); }
td.TdClassName
{
border-color: #CA2511;
}
.TagClassName
{
border-color: #CA2511;
}
</style>