Html Css Color HEX #CA320C Harley Davidson Orange
📋 copy color: '#CA320C'red 202 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #CA320C
Tints of Harley Davidson Orange #CA320C
RGB
CMYK
RGB Variations
Color information
#CA320C (or 0xCA320C) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 0C. RGB value is (202,50,12). Sum of RGB (Red+Green+Blue) = 202+50+12=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA320C is #35CDF3. Grayscale: #5B5B5B. Windows color (decimal): -3526132 or 799434. OLE color: 799434.
HSL color Cylindrical-coordinate representation of color #CA320C: hue angle of 12º 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 #CA320C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.21 |
| HSL | 12º | 0.89% | 0.42% | - |
| HSV(B) | 12º | 0.94% | 0.79% | - |
| XYZ | 25.56 | 14.86 | 1.87 | - |
| YUV | 91.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 12 | 0 | 0.75 | 0.94 | 0.21 | 12 | 0.89 | 0.42 |
| Hex | CA | 32 | C | 0 | 4B | 5E | 15 | C | 59 | 2A |
| Octal | 312 | 62 | 14 | 0 | 113 | 136 | 25 | 14 | 131 | 52 |
| Binary | 11001010 | 110010 | 1100 | 0 | 1001011 | 1011110 | 10101 | 1100 | 1011001 | 101010 |
Color Harmonies of #CA320C
Complementary color
Monochromatic Colors of #CA320C
Black with #CA320C
Text Example
Text Example
White with #CA320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA320C; }
p { color: rgb(202,50,12); }
H1.HeaderClassName
{
color: #CA320C;
}
.AnyTagClassName
{
color: #CA320C;
}
</style>
background-color css
<style>
a { background-color: #CA320C; }
a { background-color: rgb(202,50,12); }
div.DivClassName
{
background-color: #CA320C;
}
.BgClassName
{
background-color: #CA320C;
}
</style>
border-color css
<style>
span { border-color: #CA320C; }
span { border-color: rgb(202,50,12); }
td.TdClassName
{
border-color: #CA320C;
}
.TagClassName
{
border-color: #CA320C;
}
</style>