Html Css Color HEX #CA3A1B Harley Davidson Orange
📋 copy color: '#CA3A1B'red 202 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #CA3A1B
Tints of Harley Davidson Orange #CA3A1B
RGB
CMYK
RGB Variations
Color information
#CA3A1B (or 0xCA3A1B) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 1B. RGB value is (202,58,27). Sum of RGB (Red+Green+Blue) = 202+58+27=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A1B is #35C5E4. Grayscale: #616161. Windows color (decimal): -3524069 or 1784522. OLE color: 1784522.
HSL color Cylindrical-coordinate representation of color #CA3A1B: hue angle of 10.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA3A1B is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 27 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.21 |
| HSL | 10.63º | 0.76% | 0.45% | - |
| HSV(B) | 10.63º | 0.87% | 0.79% | - |
| XYZ | 26.07 | 15.66 | 2.69 | - |
| YUV | 97.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 27 | 0 | 0.71 | 0.87 | 0.21 | 10.63 | 0.76 | 0.45 |
| Hex | CA | 3A | 1B | 0 | 47 | 57 | 15 | B | 4C | 2D |
| Octal | 312 | 72 | 33 | 0 | 107 | 127 | 25 | 13 | 114 | 55 |
| Binary | 11001010 | 111010 | 11011 | 0 | 1000111 | 1010111 | 10101 | 1011 | 1001100 | 101101 |
Color Harmonies of #CA3A1B
Complementary color
Monochromatic Colors of #CA3A1B
Black with #CA3A1B
Text Example
Text Example
White with #CA3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A1B; }
p { color: rgb(202,58,27); }
H1.HeaderClassName
{
color: #CA3A1B;
}
.AnyTagClassName
{
color: #CA3A1B;
}
</style>
background-color css
<style>
a { background-color: #CA3A1B; }
a { background-color: rgb(202,58,27); }
div.DivClassName
{
background-color: #CA3A1B;
}
.BgClassName
{
background-color: #CA3A1B;
}
</style>
border-color css
<style>
span { border-color: #CA3A1B; }
span { border-color: rgb(202,58,27); }
td.TdClassName
{
border-color: #CA3A1B;
}
.TagClassName
{
border-color: #CA3A1B;
}
</style>