Html Css Color HEX #CA320F Harley Davidson Orange
📋 copy color: '#CA320F'red 202 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #CA320F
Tints of Harley Davidson Orange #CA320F
RGB
CMYK
RGB Variations
Color information
#CA320F (or 0xCA320F) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 0F. RGB value is (202,50,15). Sum of RGB (Red+Green+Blue) = 202+50+15=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA320F is #35CDF0. Grayscale: #5B5B5B. Windows color (decimal): -3526129 or 996042. OLE color: 996042.
HSL color Cylindrical-coordinate representation of color #CA320F: hue angle of 11.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA320F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.21 |
| HSL | 11.23º | 0.86% | 0.43% | - |
| HSV(B) | 11.23º | 0.93% | 0.79% | - |
| XYZ | 25.58 | 14.87 | 1.97 | - |
| YUV | 91.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 15 | 0 | 0.75 | 0.93 | 0.21 | 11.23 | 0.86 | 0.43 |
| Hex | CA | 32 | F | 0 | 4B | 5D | 15 | B | 56 | 2B |
| Octal | 312 | 62 | 17 | 0 | 113 | 135 | 25 | 13 | 126 | 53 |
| Binary | 11001010 | 110010 | 1111 | 0 | 1001011 | 1011101 | 10101 | 1011 | 1010110 | 101011 |
Color Harmonies of #CA320F
Complementary color
Monochromatic Colors of #CA320F
Black with #CA320F
Text Example
Text Example
White with #CA320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA320F; }
p { color: rgb(202,50,15); }
H1.HeaderClassName
{
color: #CA320F;
}
.AnyTagClassName
{
color: #CA320F;
}
</style>
background-color css
<style>
a { background-color: #CA320F; }
a { background-color: rgb(202,50,15); }
div.DivClassName
{
background-color: #CA320F;
}
.BgClassName
{
background-color: #CA320F;
}
</style>
border-color css
<style>
span { border-color: #CA320F; }
span { border-color: rgb(202,50,15); }
td.TdClassName
{
border-color: #CA320F;
}
.TagClassName
{
border-color: #CA320F;
}
</style>