Html Css Color HEX #CA3014 Harley Davidson Orange
📋 copy color: '#CA3014'red 202 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #CA3014
Tints of Harley Davidson Orange #CA3014
RGB
CMYK
RGB Variations
Color information
#CA3014 (or 0xCA3014) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 14. RGB value is (202,48,20). Sum of RGB (Red+Green+Blue) = 202+48+20=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3014 is #35CFEB. Grayscale: #5B5B5B. Windows color (decimal): -3526636 or 1323210. OLE color: 1323210.
HSL color Cylindrical-coordinate representation of color #CA3014: hue angle of 9.23º 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 #CA3014 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.21 |
| HSL | 9.23º | 0.82% | 0.44% | - |
| HSV(B) | 9.23º | 0.9% | 0.79% | - |
| XYZ | 25.54 | 14.72 | 2.16 | - |
| YUV | 90.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 20 | 0 | 0.76 | 0.90 | 0.21 | 9.23 | 0.82 | 0.44 |
| Hex | CA | 30 | 14 | 0 | 4C | 5A | 15 | 9 | 52 | 2C |
| Octal | 312 | 60 | 24 | 0 | 114 | 132 | 25 | 11 | 122 | 54 |
| Binary | 11001010 | 110000 | 10100 | 0 | 1001100 | 1011010 | 10101 | 1001 | 1010010 | 101100 |
Color Harmonies of #CA3014
Complementary color
Monochromatic Colors of #CA3014
Black with #CA3014
Text Example
Text Example
White with #CA3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3014; }
p { color: rgb(202,48,20); }
H1.HeaderClassName
{
color: #CA3014;
}
.AnyTagClassName
{
color: #CA3014;
}
</style>
background-color css
<style>
a { background-color: #CA3014; }
a { background-color: rgb(202,48,20); }
div.DivClassName
{
background-color: #CA3014;
}
.BgClassName
{
background-color: #CA3014;
}
</style>
border-color css
<style>
span { border-color: #CA3014; }
span { border-color: rgb(202,48,20); }
td.TdClassName
{
border-color: #CA3014;
}
.TagClassName
{
border-color: #CA3014;
}
</style>