Html Css Color HEX #CA290B Harley Davidson Orange
📋 copy color: '#CA290B'red 202 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #CA290B
Tints of Harley Davidson Orange #CA290B
RGB
CMYK
RGB Variations
Color information
#CA290B (or 0xCA290B) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 0B. RGB value is (202,41,11). Sum of RGB (Red+Green+Blue) = 202+41+11=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA290B is #35D6F4. Grayscale: #555555. Windows color (decimal): -3528437 or 731594. OLE color: 731594.
HSL color Cylindrical-coordinate representation of color #CA290B: hue angle of 9.42º 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 #CA290B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.21 |
| HSL | 9.42º | 0.9% | 0.42% | - |
| HSV(B) | 9.42º | 0.95% | 0.79% | - |
| XYZ | 25.21 | 14.17 | 1.72 | - |
| YUV | 85.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 11 | 0 | 0.80 | 0.95 | 0.21 | 9.42 | 0.9 | 0.42 |
| Hex | CA | 29 | B | 0 | 50 | 5F | 15 | 9 | 5A | 2A |
| Octal | 312 | 51 | 13 | 0 | 120 | 137 | 25 | 11 | 132 | 52 |
| Binary | 11001010 | 101001 | 1011 | 0 | 1010000 | 1011111 | 10101 | 1001 | 1011010 | 101010 |
Color Harmonies of #CA290B
Complementary color
Monochromatic Colors of #CA290B
Black with #CA290B
Text Example
Text Example
White with #CA290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA290B; }
p { color: rgb(202,41,11); }
H1.HeaderClassName
{
color: #CA290B;
}
.AnyTagClassName
{
color: #CA290B;
}
</style>
background-color css
<style>
a { background-color: #CA290B; }
a { background-color: rgb(202,41,11); }
div.DivClassName
{
background-color: #CA290B;
}
.BgClassName
{
background-color: #CA290B;
}
</style>
border-color css
<style>
span { border-color: #CA290B; }
span { border-color: rgb(202,41,11); }
td.TdClassName
{
border-color: #CA290B;
}
.TagClassName
{
border-color: #CA290B;
}
</style>