Html Css Color HEX #CA2D14 Harley Davidson Orange
📋 copy color: '#CA2D14'red 202 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #CA2D14
Tints of Harley Davidson Orange #CA2D14
RGB
CMYK
RGB Variations
Color information
#CA2D14 (or 0xCA2D14) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 14. RGB value is (202,45,20). Sum of RGB (Red+Green+Blue) = 202+45+20=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D14 is #35D2EB. Grayscale: #595959. Windows color (decimal): -3527404 or 1322442. OLE color: 1322442.
HSL color Cylindrical-coordinate representation of color #CA2D14: hue angle of 8.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA2D14 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 20 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.21 |
| HSL | 8.24º | 0.82% | 0.44% | - |
| HSV(B) | 8.24º | 0.9% | 0.79% | - |
| XYZ | 25.42 | 14.48 | 2.12 | - |
| YUV | 89.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 20 | 0 | 0.78 | 0.90 | 0.21 | 8.24 | 0.82 | 0.44 |
| Hex | CA | 2D | 14 | 0 | 4E | 5A | 15 | 8 | 52 | 2C |
| Octal | 312 | 55 | 24 | 0 | 116 | 132 | 25 | 10 | 122 | 54 |
| Binary | 11001010 | 101101 | 10100 | 0 | 1001110 | 1011010 | 10101 | 1000 | 1010010 | 101100 |
Color Harmonies of #CA2D14
Complementary color
Monochromatic Colors of #CA2D14
Black with #CA2D14
Text Example
Text Example
White with #CA2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D14; }
p { color: rgb(202,45,20); }
H1.HeaderClassName
{
color: #CA2D14;
}
.AnyTagClassName
{
color: #CA2D14;
}
</style>
background-color css
<style>
a { background-color: #CA2D14; }
a { background-color: rgb(202,45,20); }
div.DivClassName
{
background-color: #CA2D14;
}
.BgClassName
{
background-color: #CA2D14;
}
</style>
border-color css
<style>
span { border-color: #CA2D14; }
span { border-color: rgb(202,45,20); }
td.TdClassName
{
border-color: #CA2D14;
}
.TagClassName
{
border-color: #CA2D14;
}
</style>