Html Css Color HEX #CC281D Harley Davidson Orange
📋 copy color: '#CC281D'red 204 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #CC281D
Tints of Harley Davidson Orange #CC281D
RGB
CMYK
RGB Variations
Color information
#CC281D (or 0xCC281D) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 1D. RGB value is (204,40,29). Sum of RGB (Red+Green+Blue) = 204+40+29=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC281D is #33D7E2. Grayscale: #575757. Windows color (decimal): -3397603 or 1910988. OLE color: 1910988.
HSL color Cylindrical-coordinate representation of color #CC281D: hue angle of 3.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC281D is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 29 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.2 |
| HSL | 3.77º | 0.75% | 0.46% | - |
| HSV(B) | 3.77º | 0.86% | 0.8% | - |
| XYZ | 25.88 | 14.44 | 2.59 | - |
| YUV | 87.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 29 | 0 | 0.80 | 0.86 | 0.2 | 3.77 | 0.75 | 0.46 |
| Hex | CC | 28 | 1D | 0 | 50 | 56 | 14 | 4 | 4B | 2E |
| Octal | 314 | 50 | 35 | 0 | 120 | 126 | 24 | 4 | 113 | 56 |
| Binary | 11001100 | 101000 | 11101 | 0 | 1010000 | 1010110 | 10100 | 100 | 1001011 | 101110 |
Color Harmonies of #CC281D
Complementary color
Monochromatic Colors of #CC281D
Black with #CC281D
Text Example
Text Example
White with #CC281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC281D; }
p { color: rgb(204,40,29); }
H1.HeaderClassName
{
color: #CC281D;
}
.AnyTagClassName
{
color: #CC281D;
}
</style>
background-color css
<style>
a { background-color: #CC281D; }
a { background-color: rgb(204,40,29); }
div.DivClassName
{
background-color: #CC281D;
}
.BgClassName
{
background-color: #CC281D;
}
</style>
border-color css
<style>
span { border-color: #CC281D; }
span { border-color: rgb(204,40,29); }
td.TdClassName
{
border-color: #CC281D;
}
.TagClassName
{
border-color: #CC281D;
}
</style>