Html Css Color HEX #CA3914 Harley Davidson Orange
📋 copy color: '#CA3914'red 202 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #CA3914
Tints of Harley Davidson Orange #CA3914
RGB
CMYK
RGB Variations
Color information
#CA3914 (or 0xCA3914) is known color: Harley Davidson Orange. HEX triplet: CA, 39 and 14. RGB value is (202,57,20). Sum of RGB (Red+Green+Blue) = 202+57+20=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3914 is #35C6EB. Grayscale: #606060. Windows color (decimal): -3524332 or 1325514. OLE color: 1325514.
HSL color Cylindrical-coordinate representation of color #CA3914: hue angle of 12.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA3914 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 20 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.21 |
| HSL | 12.2º | 0.82% | 0.44% | - |
| HSV(B) | 12.2º | 0.9% | 0.79% | - |
| XYZ | 25.95 | 15.53 | 2.29 | - |
| YUV | 96.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 20 | 0 | 0.72 | 0.90 | 0.21 | 12.2 | 0.82 | 0.44 |
| Hex | CA | 39 | 14 | 0 | 48 | 5A | 15 | C | 52 | 2C |
| Octal | 312 | 71 | 24 | 0 | 110 | 132 | 25 | 14 | 122 | 54 |
| Binary | 11001010 | 111001 | 10100 | 0 | 1001000 | 1011010 | 10101 | 1100 | 1010010 | 101100 |
Color Harmonies of #CA3914
Complementary color
Monochromatic Colors of #CA3914
Black with #CA3914
Text Example
Text Example
White with #CA3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3914; }
p { color: rgb(202,57,20); }
H1.HeaderClassName
{
color: #CA3914;
}
.AnyTagClassName
{
color: #CA3914;
}
</style>
background-color css
<style>
a { background-color: #CA3914; }
a { background-color: rgb(202,57,20); }
div.DivClassName
{
background-color: #CA3914;
}
.BgClassName
{
background-color: #CA3914;
}
</style>
border-color css
<style>
span { border-color: #CA3914; }
span { border-color: rgb(202,57,20); }
td.TdClassName
{
border-color: #CA3914;
}
.TagClassName
{
border-color: #CA3914;
}
</style>