Html Css Color HEX #CA310C Harley Davidson Orange
📋 copy color: '#CA310C'red 202 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #CA310C
Tints of Harley Davidson Orange #CA310C
RGB
CMYK
RGB Variations
Color information
#CA310C (or 0xCA310C) is known color: Harley Davidson Orange. HEX triplet: CA, 31 and 0C. RGB value is (202,49,12). Sum of RGB (Red+Green+Blue) = 202+49+12=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA310C is #35CEF3. Grayscale: #5A5A5A. Windows color (decimal): -3526388 or 799178. OLE color: 799178.
HSL color Cylindrical-coordinate representation of color #CA310C: hue angle of 11.68º 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 #CA310C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.21 |
| HSL | 11.68º | 0.89% | 0.42% | - |
| HSV(B) | 11.68º | 0.94% | 0.79% | - |
| XYZ | 25.52 | 14.78 | 1.86 | - |
| YUV | 90.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 12 | 0 | 0.76 | 0.94 | 0.21 | 11.68 | 0.89 | 0.42 |
| Hex | CA | 31 | C | 0 | 4C | 5E | 15 | C | 59 | 2A |
| Octal | 312 | 61 | 14 | 0 | 114 | 136 | 25 | 14 | 131 | 52 |
| Binary | 11001010 | 110001 | 1100 | 0 | 1001100 | 1011110 | 10101 | 1100 | 1011001 | 101010 |
Color Harmonies of #CA310C
Complementary color
Monochromatic Colors of #CA310C
Black with #CA310C
Text Example
Text Example
White with #CA310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA310C; }
p { color: rgb(202,49,12); }
H1.HeaderClassName
{
color: #CA310C;
}
.AnyTagClassName
{
color: #CA310C;
}
</style>
background-color css
<style>
a { background-color: #CA310C; }
a { background-color: rgb(202,49,12); }
div.DivClassName
{
background-color: #CA310C;
}
.BgClassName
{
background-color: #CA310C;
}
</style>
border-color css
<style>
span { border-color: #CA310C; }
span { border-color: rgb(202,49,12); }
td.TdClassName
{
border-color: #CA310C;
}
.TagClassName
{
border-color: #CA310C;
}
</style>