Html Css Color HEX #CA390C Harley Davidson Orange
📋 copy color: '#CA390C'red 202 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #CA390C
Tints of Harley Davidson Orange #CA390C
RGB
CMYK
RGB Variations
Color information
#CA390C (or 0xCA390C) is known color: Harley Davidson Orange. HEX triplet: CA, 39 and 0C. RGB value is (202,57,12). Sum of RGB (Red+Green+Blue) = 202+57+12=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA390C is #35C6F3. Grayscale: #5F5F5F. Windows color (decimal): -3524340 or 801226. OLE color: 801226.
HSL color Cylindrical-coordinate representation of color #CA390C: hue angle of 14.21º 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 #CA390C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.21 |
| HSL | 14.21º | 0.89% | 0.42% | - |
| HSV(B) | 14.21º | 0.94% | 0.79% | - |
| XYZ | 25.89 | 15.51 | 1.98 | - |
| YUV | 95.23 | 81.04 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 12 | 0 | 0.72 | 0.94 | 0.21 | 14.21 | 0.89 | 0.42 |
| Hex | CA | 39 | C | 0 | 48 | 5E | 15 | E | 59 | 2A |
| Octal | 312 | 71 | 14 | 0 | 110 | 136 | 25 | 16 | 131 | 52 |
| Binary | 11001010 | 111001 | 1100 | 0 | 1001000 | 1011110 | 10101 | 1110 | 1011001 | 101010 |
Color Harmonies of #CA390C
Complementary color
Monochromatic Colors of #CA390C
Black with #CA390C
Text Example
Text Example
White with #CA390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA390C; }
p { color: rgb(202,57,12); }
H1.HeaderClassName
{
color: #CA390C;
}
.AnyTagClassName
{
color: #CA390C;
}
</style>
background-color css
<style>
a { background-color: #CA390C; }
a { background-color: rgb(202,57,12); }
div.DivClassName
{
background-color: #CA390C;
}
.BgClassName
{
background-color: #CA390C;
}
</style>
border-color css
<style>
span { border-color: #CA390C; }
span { border-color: rgb(202,57,12); }
td.TdClassName
{
border-color: #CA390C;
}
.TagClassName
{
border-color: #CA390C;
}
</style>