Html Css Color HEX #CC271D Harley Davidson Orange
📋 copy color: '#CC271D'red 204 ◦ green 39 ◦ blue 29
Shades of Harley Davidson Orange #CC271D
Tints of Harley Davidson Orange #CC271D
RGB
CMYK
RGB Variations
Color information
#CC271D (or 0xCC271D) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 1D. RGB value is (204,39,29). Sum of RGB (Red+Green+Blue) = 204+39+29=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC271D is #33D8E2. Grayscale: #575757. Windows color (decimal): -3397859 or 1910732. OLE color: 1910732.
HSL color Cylindrical-coordinate representation of color #CC271D: hue angle of 3.43º 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 #CC271D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.2 |
| HSL | 3.43º | 0.75% | 0.46% | - |
| HSV(B) | 3.43º | 0.86% | 0.8% | - |
| XYZ | 25.85 | 14.38 | 2.58 | - |
| YUV | 87.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 29 | 0 | 0.81 | 0.86 | 0.2 | 3.43 | 0.75 | 0.46 |
| Hex | CC | 27 | 1D | 0 | 51 | 56 | 14 | 3 | 4B | 2E |
| Octal | 314 | 47 | 35 | 0 | 121 | 126 | 24 | 3 | 113 | 56 |
| Binary | 11001100 | 100111 | 11101 | 0 | 1010001 | 1010110 | 10100 | 11 | 1001011 | 101110 |
Color Harmonies of #CC271D
Complementary color
Monochromatic Colors of #CC271D
Black with #CC271D
Text Example
Text Example
White with #CC271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC271D; }
p { color: rgb(204,39,29); }
H1.HeaderClassName
{
color: #CC271D;
}
.AnyTagClassName
{
color: #CC271D;
}
</style>
background-color css
<style>
a { background-color: #CC271D; }
a { background-color: rgb(204,39,29); }
div.DivClassName
{
background-color: #CC271D;
}
.BgClassName
{
background-color: #CC271D;
}
</style>
border-color css
<style>
span { border-color: #CC271D; }
span { border-color: rgb(204,39,29); }
td.TdClassName
{
border-color: #CC271D;
}
.TagClassName
{
border-color: #CC271D;
}
</style>