Html Css Color HEX #CA341B Harley Davidson Orange
📋 copy color: '#CA341B'red 202 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #CA341B
Tints of Harley Davidson Orange #CA341B
RGB
CMYK
RGB Variations
Color information
#CA341B (or 0xCA341B) is known color: Harley Davidson Orange. HEX triplet: CA, 34 and 1B. RGB value is (202,52,27). Sum of RGB (Red+Green+Blue) = 202+52+27=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA341B is #35CBE4. Grayscale: #5E5E5E. Windows color (decimal): -3525605 or 1782986. OLE color: 1782986.
HSL color Cylindrical-coordinate representation of color #CA341B: hue angle of 8.57º 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 #CA341B is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 27 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.21 |
| HSL | 8.57º | 0.76% | 0.45% | - |
| HSV(B) | 8.57º | 0.87% | 0.79% | - |
| XYZ | 25.78 | 15.09 | 2.59 | - |
| YUV | 94 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 27 | 0 | 0.74 | 0.87 | 0.21 | 8.57 | 0.76 | 0.45 |
| Hex | CA | 34 | 1B | 0 | 4A | 57 | 15 | 9 | 4C | 2D |
| Octal | 312 | 64 | 33 | 0 | 112 | 127 | 25 | 11 | 114 | 55 |
| Binary | 11001010 | 110100 | 11011 | 0 | 1001010 | 1010111 | 10101 | 1001 | 1001100 | 101101 |
Color Harmonies of #CA341B
Complementary color
Monochromatic Colors of #CA341B
Black with #CA341B
Text Example
Text Example
White with #CA341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA341B; }
p { color: rgb(202,52,27); }
H1.HeaderClassName
{
color: #CA341B;
}
.AnyTagClassName
{
color: #CA341B;
}
</style>
background-color css
<style>
a { background-color: #CA341B; }
a { background-color: rgb(202,52,27); }
div.DivClassName
{
background-color: #CA341B;
}
.BgClassName
{
background-color: #CA341B;
}
</style>
border-color css
<style>
span { border-color: #CA341B; }
span { border-color: rgb(202,52,27); }
td.TdClassName
{
border-color: #CA341B;
}
.TagClassName
{
border-color: #CA341B;
}
</style>