Html Css Color HEX #CA2D1C Harley Davidson Orange
📋 copy color: '#CA2D1C'red 202 ◦ green 45 ◦ blue 28
Shades of Harley Davidson Orange #CA2D1C
Tints of Harley Davidson Orange #CA2D1C
RGB
CMYK
RGB Variations
Color information
#CA2D1C (or 0xCA2D1C) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 1C. RGB value is (202,45,28). Sum of RGB (Red+Green+Blue) = 202+45+28=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D1C is #35D2E3. Grayscale: #5A5A5A. Windows color (decimal): -3527396 or 1846730. OLE color: 1846730.
HSL color Cylindrical-coordinate representation of color #CA2D1C: hue angle of 5.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA2D1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.21 |
| HSL | 5.86º | 0.76% | 0.45% | - |
| HSV(B) | 5.86º | 0.86% | 0.79% | - |
| XYZ | 25.51 | 14.52 | 2.56 | - |
| YUV | 90.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 28 | 0 | 0.78 | 0.86 | 0.21 | 5.86 | 0.76 | 0.45 |
| Hex | CA | 2D | 1C | 0 | 4E | 56 | 15 | 6 | 4C | 2D |
| Octal | 312 | 55 | 34 | 0 | 116 | 126 | 25 | 6 | 114 | 55 |
| Binary | 11001010 | 101101 | 11100 | 0 | 1001110 | 1010110 | 10101 | 110 | 1001100 | 101101 |
Color Harmonies of #CA2D1C
Complementary color
Monochromatic Colors of #CA2D1C
Black with #CA2D1C
Text Example
Text Example
White with #CA2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D1C; }
p { color: rgb(202,45,28); }
H1.HeaderClassName
{
color: #CA2D1C;
}
.AnyTagClassName
{
color: #CA2D1C;
}
</style>
background-color css
<style>
a { background-color: #CA2D1C; }
a { background-color: rgb(202,45,28); }
div.DivClassName
{
background-color: #CA2D1C;
}
.BgClassName
{
background-color: #CA2D1C;
}
</style>
border-color css
<style>
span { border-color: #CA2D1C; }
span { border-color: rgb(202,45,28); }
td.TdClassName
{
border-color: #CA2D1C;
}
.TagClassName
{
border-color: #CA2D1C;
}
</style>