Html Css Color HEX #CA340E Harley Davidson Orange
📋 copy color: '#CA340E'red 202 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #CA340E
Tints of Harley Davidson Orange #CA340E
RGB
CMYK
RGB Variations
Color information
#CA340E (or 0xCA340E) is known color: Harley Davidson Orange. HEX triplet: CA, 34 and 0E. RGB value is (202,52,14). Sum of RGB (Red+Green+Blue) = 202+52+14=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA340E is #35CBF1. Grayscale: #5C5C5C. Windows color (decimal): -3525618 or 931018. OLE color: 931018.
HSL color Cylindrical-coordinate representation of color #CA340E: hue angle of 12.13º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA340E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.21 |
| HSL | 12.13º | 0.87% | 0.42% | - |
| HSV(B) | 12.13º | 0.93% | 0.79% | - |
| XYZ | 25.66 | 15.04 | 1.97 | - |
| YUV | 92.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 14 | 0 | 0.74 | 0.93 | 0.21 | 12.13 | 0.87 | 0.42 |
| Hex | CA | 34 | E | 0 | 4A | 5D | 15 | C | 57 | 2A |
| Octal | 312 | 64 | 16 | 0 | 112 | 135 | 25 | 14 | 127 | 52 |
| Binary | 11001010 | 110100 | 1110 | 0 | 1001010 | 1011101 | 10101 | 1100 | 1010111 | 101010 |
Color Harmonies of #CA340E
Complementary color
Monochromatic Colors of #CA340E
Black with #CA340E
Text Example
Text Example
White with #CA340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA340E; }
p { color: rgb(202,52,14); }
H1.HeaderClassName
{
color: #CA340E;
}
.AnyTagClassName
{
color: #CA340E;
}
</style>
background-color css
<style>
a { background-color: #CA340E; }
a { background-color: rgb(202,52,14); }
div.DivClassName
{
background-color: #CA340E;
}
.BgClassName
{
background-color: #CA340E;
}
</style>
border-color css
<style>
span { border-color: #CA340E; }
span { border-color: rgb(202,52,14); }
td.TdClassName
{
border-color: #CA340E;
}
.TagClassName
{
border-color: #CA340E;
}
</style>