Html Css Color HEX #CA340C Harley Davidson Orange
📋 copy color: '#CA340C'red 202 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #CA340C
Tints of Harley Davidson Orange #CA340C
RGB
CMYK
RGB Variations
Color information
#CA340C (or 0xCA340C) is known color: Harley Davidson Orange. HEX triplet: CA, 34 and 0C. RGB value is (202,52,12). Sum of RGB (Red+Green+Blue) = 202+52+12=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA340C is #35CBF3. Grayscale: #5C5C5C. Windows color (decimal): -3525620 or 799946. OLE color: 799946.
HSL color Cylindrical-coordinate representation of color #CA340C: hue angle of 12.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA340C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.21 |
| HSL | 12.63º | 0.89% | 0.42% | - |
| HSV(B) | 12.63º | 0.94% | 0.79% | - |
| XYZ | 25.65 | 15.04 | 1.9 | - |
| YUV | 92.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 12 | 0 | 0.74 | 0.94 | 0.21 | 12.63 | 0.89 | 0.42 |
| Hex | CA | 34 | C | 0 | 4A | 5E | 15 | D | 59 | 2A |
| Octal | 312 | 64 | 14 | 0 | 112 | 136 | 25 | 15 | 131 | 52 |
| Binary | 11001010 | 110100 | 1100 | 0 | 1001010 | 1011110 | 10101 | 1101 | 1011001 | 101010 |
Color Harmonies of #CA340C
Complementary color
Monochromatic Colors of #CA340C
Black with #CA340C
Text Example
Text Example
White with #CA340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA340C; }
p { color: rgb(202,52,12); }
H1.HeaderClassName
{
color: #CA340C;
}
.AnyTagClassName
{
color: #CA340C;
}
</style>
background-color css
<style>
a { background-color: #CA340C; }
a { background-color: rgb(202,52,12); }
div.DivClassName
{
background-color: #CA340C;
}
.BgClassName
{
background-color: #CA340C;
}
</style>
border-color css
<style>
span { border-color: #CA340C; }
span { border-color: rgb(202,52,12); }
td.TdClassName
{
border-color: #CA340C;
}
.TagClassName
{
border-color: #CA340C;
}
</style>