Html Css Color HEX #CA200B Harley Davidson Orange
📋 copy color: '#CA200B'red 202 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #CA200B
Tints of Harley Davidson Orange #CA200B
RGB
CMYK
RGB Variations
Color information
#CA200B (or 0xCA200B) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 0B. RGB value is (202,32,11). Sum of RGB (Red+Green+Blue) = 202+32+11=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA200B is #35DFF4. Grayscale: #505050. Windows color (decimal): -3530741 or 729290. OLE color: 729290.
HSL color Cylindrical-coordinate representation of color #CA200B: hue angle of 6.6º 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 #CA200B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.21 |
| HSL | 6.6º | 0.9% | 0.42% | - |
| HSV(B) | 6.6º | 0.95% | 0.79% | - |
| XYZ | 24.93 | 13.61 | 1.63 | - |
| YUV | 80.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 11 | 0 | 0.84 | 0.95 | 0.21 | 6.6 | 0.9 | 0.42 |
| Hex | CA | 20 | B | 0 | 54 | 5F | 15 | 7 | 5A | 2A |
| Octal | 312 | 40 | 13 | 0 | 124 | 137 | 25 | 7 | 132 | 52 |
| Binary | 11001010 | 100000 | 1011 | 0 | 1010100 | 1011111 | 10101 | 111 | 1011010 | 101010 |
Color Harmonies of #CA200B
Complementary color
Monochromatic Colors of #CA200B
Black with #CA200B
Text Example
Text Example
White with #CA200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA200B; }
p { color: rgb(202,32,11); }
H1.HeaderClassName
{
color: #CA200B;
}
.AnyTagClassName
{
color: #CA200B;
}
</style>
background-color css
<style>
a { background-color: #CA200B; }
a { background-color: rgb(202,32,11); }
div.DivClassName
{
background-color: #CA200B;
}
.BgClassName
{
background-color: #CA200B;
}
</style>
border-color css
<style>
span { border-color: #CA200B; }
span { border-color: rgb(202,32,11); }
td.TdClassName
{
border-color: #CA200B;
}
.TagClassName
{
border-color: #CA200B;
}
</style>