Html Css Color HEX #CC291B Harley Davidson Orange
📋 copy color: '#CC291B'red 204 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #CC291B
Tints of Harley Davidson Orange #CC291B
RGB
CMYK
RGB Variations
Color information
#CC291B (or 0xCC291B) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 1B. RGB value is (204,41,27). Sum of RGB (Red+Green+Blue) = 204+41+27=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC291B is #33D6E4. Grayscale: #585858. Windows color (decimal): -3397349 or 1780172. OLE color: 1780172.
HSL color Cylindrical-coordinate representation of color #CC291B: hue angle of 4.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC291B is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 27 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.2 |
| HSL | 4.75º | 0.77% | 0.45% | - |
| HSV(B) | 4.75º | 0.87% | 0.8% | - |
| XYZ | 25.89 | 14.5 | 2.47 | - |
| YUV | 88.14 | 93.5 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 27 | 0 | 0.80 | 0.87 | 0.2 | 4.75 | 0.77 | 0.45 |
| Hex | CC | 29 | 1B | 0 | 50 | 57 | 14 | 5 | 4D | 2D |
| Octal | 314 | 51 | 33 | 0 | 120 | 127 | 24 | 5 | 115 | 55 |
| Binary | 11001100 | 101001 | 11011 | 0 | 1010000 | 1010111 | 10100 | 101 | 1001101 | 101101 |
Color Harmonies of #CC291B
Complementary color
Monochromatic Colors of #CC291B
Black with #CC291B
Text Example
Text Example
White with #CC291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC291B; }
p { color: rgb(204,41,27); }
H1.HeaderClassName
{
color: #CC291B;
}
.AnyTagClassName
{
color: #CC291B;
}
</style>
background-color css
<style>
a { background-color: #CC291B; }
a { background-color: rgb(204,41,27); }
div.DivClassName
{
background-color: #CC291B;
}
.BgClassName
{
background-color: #CC291B;
}
</style>
border-color css
<style>
span { border-color: #CC291B; }
span { border-color: rgb(204,41,27); }
td.TdClassName
{
border-color: #CC291B;
}
.TagClassName
{
border-color: #CC291B;
}
</style>