Html Css Color HEX #CA341A Harley Davidson Orange
📋 copy color: '#CA341A'red 202 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #CA341A
Tints of Harley Davidson Orange #CA341A
RGB
CMYK
RGB Variations
Color information
#CA341A (or 0xCA341A) is known color: Harley Davidson Orange. HEX triplet: CA, 34 and 1A. RGB value is (202,52,26). Sum of RGB (Red+Green+Blue) = 202+52+26=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA341A is #35CBE5. Grayscale: #5E5E5E. Windows color (decimal): -3525606 or 1717450. OLE color: 1717450.
HSL color Cylindrical-coordinate representation of color #CA341A: hue angle of 8.86º degrees, saturation: 0.77, 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 #CA341A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.21 |
| HSL | 8.86º | 0.77% | 0.45% | - |
| HSV(B) | 8.86º | 0.87% | 0.79% | - |
| XYZ | 25.77 | 15.09 | 2.53 | - |
| YUV | 93.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 26 | 0 | 0.74 | 0.87 | 0.21 | 8.86 | 0.77 | 0.45 |
| Hex | CA | 34 | 1A | 0 | 4A | 57 | 15 | 9 | 4D | 2D |
| Octal | 312 | 64 | 32 | 0 | 112 | 127 | 25 | 11 | 115 | 55 |
| Binary | 11001010 | 110100 | 11010 | 0 | 1001010 | 1010111 | 10101 | 1001 | 1001101 | 101101 |
Color Harmonies of #CA341A
Complementary color
Monochromatic Colors of #CA341A
Black with #CA341A
Text Example
Text Example
White with #CA341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA341A; }
p { color: rgb(202,52,26); }
H1.HeaderClassName
{
color: #CA341A;
}
.AnyTagClassName
{
color: #CA341A;
}
</style>
background-color css
<style>
a { background-color: #CA341A; }
a { background-color: rgb(202,52,26); }
div.DivClassName
{
background-color: #CA341A;
}
.BgClassName
{
background-color: #CA341A;
}
</style>
border-color css
<style>
span { border-color: #CA341A; }
span { border-color: rgb(202,52,26); }
td.TdClassName
{
border-color: #CA341A;
}
.TagClassName
{
border-color: #CA341A;
}
</style>