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