Html Css Color HEX #CA3F21 Harley Davidson Orange
📋 copy color: '#CA3F21'red 202 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #CA3F21
Tints of Harley Davidson Orange #CA3F21
RGB
CMYK
RGB Variations
Color information
#CA3F21 (or 0xCA3F21) is known color: Harley Davidson Orange. HEX triplet: CA, 3F and 21. RGB value is (202,63,33). Sum of RGB (Red+Green+Blue) = 202+63+33=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F21 is #35C0DE. Grayscale: #656565. Windows color (decimal): -3522783 or 2179018. OLE color: 2179018.
HSL color Cylindrical-coordinate representation of color #CA3F21: hue angle of 10.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA3F21 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 33 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.21 |
| HSL | 10.65º | 0.72% | 0.46% | - |
| HSV(B) | 10.65º | 0.84% | 0.79% | - |
| XYZ | 26.41 | 16.22 | 3.18 | - |
| YUV | 101.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 33 | 0 | 0.69 | 0.84 | 0.21 | 10.65 | 0.72 | 0.46 |
| Hex | CA | 3F | 21 | 0 | 45 | 54 | 15 | B | 48 | 2E |
| Octal | 312 | 77 | 41 | 0 | 105 | 124 | 25 | 13 | 110 | 56 |
| Binary | 11001010 | 111111 | 100001 | 0 | 1000101 | 1010100 | 10101 | 1011 | 1001000 | 101110 |
Color Harmonies of #CA3F21
Complementary color
Monochromatic Colors of #CA3F21
Black with #CA3F21
Text Example
Text Example
White with #CA3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F21; }
p { color: rgb(202,63,33); }
H1.HeaderClassName
{
color: #CA3F21;
}
.AnyTagClassName
{
color: #CA3F21;
}
</style>
background-color css
<style>
a { background-color: #CA3F21; }
a { background-color: rgb(202,63,33); }
div.DivClassName
{
background-color: #CA3F21;
}
.BgClassName
{
background-color: #CA3F21;
}
</style>
border-color css
<style>
span { border-color: #CA3F21; }
span { border-color: rgb(202,63,33); }
td.TdClassName
{
border-color: #CA3F21;
}
.TagClassName
{
border-color: #CA3F21;
}
</style>