Html Css Color HEX #CC290B Harley Davidson Orange
📋 copy color: '#CC290B'red 204 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #CC290B
Tints of Harley Davidson Orange #CC290B
RGB
CMYK
RGB Variations
Color information
#CC290B (or 0xCC290B) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 0B. RGB value is (204,41,11). Sum of RGB (Red+Green+Blue) = 204+41+11=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC290B is #33D6F4. Grayscale: #565656. Windows color (decimal): -3397365 or 731596. OLE color: 731596.
HSL color Cylindrical-coordinate representation of color #CC290B: hue angle of 9.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC290B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.2 |
| HSL | 9.33º | 0.9% | 0.42% | - |
| HSV(B) | 9.33º | 0.95% | 0.8% | - |
| XYZ | 25.76 | 14.45 | 1.75 | - |
| YUV | 86.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 11 | 0 | 0.80 | 0.95 | 0.2 | 9.33 | 0.9 | 0.42 |
| Hex | CC | 29 | B | 0 | 50 | 5F | 14 | 9 | 5A | 2A |
| Octal | 314 | 51 | 13 | 0 | 120 | 137 | 24 | 11 | 132 | 52 |
| Binary | 11001100 | 101001 | 1011 | 0 | 1010000 | 1011111 | 10100 | 1001 | 1011010 | 101010 |
Color Harmonies of #CC290B
Complementary color
Monochromatic Colors of #CC290B
Black with #CC290B
Text Example
Text Example
White with #CC290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC290B; }
p { color: rgb(204,41,11); }
H1.HeaderClassName
{
color: #CC290B;
}
.AnyTagClassName
{
color: #CC290B;
}
</style>
background-color css
<style>
a { background-color: #CC290B; }
a { background-color: rgb(204,41,11); }
div.DivClassName
{
background-color: #CC290B;
}
.BgClassName
{
background-color: #CC290B;
}
</style>
border-color css
<style>
span { border-color: #CC290B; }
span { border-color: rgb(204,41,11); }
td.TdClassName
{
border-color: #CC290B;
}
.TagClassName
{
border-color: #CC290B;
}
</style>