Html Css Color HEX #CA320B Harley Davidson Orange
📋 copy color: '#CA320B'red 202 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #CA320B
Tints of Harley Davidson Orange #CA320B
RGB
CMYK
RGB Variations
Color information
#CA320B (or 0xCA320B) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 0B. RGB value is (202,50,11). Sum of RGB (Red+Green+Blue) = 202+50+11=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA320B is #35CDF4. Grayscale: #5B5B5B. Windows color (decimal): -3526133 or 733898. OLE color: 733898.
HSL color Cylindrical-coordinate representation of color #CA320B: hue angle of 12.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA320B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.21 |
| HSL | 12.25º | 0.9% | 0.42% | - |
| HSV(B) | 12.25º | 0.95% | 0.79% | - |
| XYZ | 25.56 | 14.86 | 1.84 | - |
| YUV | 91 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 11 | 0 | 0.75 | 0.95 | 0.21 | 12.25 | 0.9 | 0.42 |
| Hex | CA | 32 | B | 0 | 4B | 5F | 15 | C | 5A | 2A |
| Octal | 312 | 62 | 13 | 0 | 113 | 137 | 25 | 14 | 132 | 52 |
| Binary | 11001010 | 110010 | 1011 | 0 | 1001011 | 1011111 | 10101 | 1100 | 1011010 | 101010 |
Color Harmonies of #CA320B
Complementary color
Monochromatic Colors of #CA320B
Black with #CA320B
Text Example
Text Example
White with #CA320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA320B; }
p { color: rgb(202,50,11); }
H1.HeaderClassName
{
color: #CA320B;
}
.AnyTagClassName
{
color: #CA320B;
}
</style>
background-color css
<style>
a { background-color: #CA320B; }
a { background-color: rgb(202,50,11); }
div.DivClassName
{
background-color: #CA320B;
}
.BgClassName
{
background-color: #CA320B;
}
</style>
border-color css
<style>
span { border-color: #CA320B; }
span { border-color: rgb(202,50,11); }
td.TdClassName
{
border-color: #CA320B;
}
.TagClassName
{
border-color: #CA320B;
}
</style>