Html Css Color HEX #CC271C Harley Davidson Orange
📋 copy color: '#CC271C'red 204 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #CC271C
Tints of Harley Davidson Orange #CC271C
RGB
CMYK
RGB Variations
Color information
#CC271C (or 0xCC271C) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 1C. RGB value is (204,39,28). Sum of RGB (Red+Green+Blue) = 204+39+28=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC271C is #33D8E3. Grayscale: #575757. Windows color (decimal): -3397860 or 1845196. OLE color: 1845196.
HSL color Cylindrical-coordinate representation of color #CC271C: hue angle of 3.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC271C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.2 |
| HSL | 3.75º | 0.76% | 0.45% | - |
| HSV(B) | 3.75º | 0.86% | 0.8% | - |
| XYZ | 25.84 | 14.37 | 2.51 | - |
| YUV | 87.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 28 | 0 | 0.81 | 0.86 | 0.2 | 3.75 | 0.76 | 0.45 |
| Hex | CC | 27 | 1C | 0 | 51 | 56 | 14 | 4 | 4C | 2D |
| Octal | 314 | 47 | 34 | 0 | 121 | 126 | 24 | 4 | 114 | 55 |
| Binary | 11001100 | 100111 | 11100 | 0 | 1010001 | 1010110 | 10100 | 100 | 1001100 | 101101 |
Color Harmonies of #CC271C
Complementary color
Monochromatic Colors of #CC271C
Black with #CC271C
Text Example
Text Example
White with #CC271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC271C; }
p { color: rgb(204,39,28); }
H1.HeaderClassName
{
color: #CC271C;
}
.AnyTagClassName
{
color: #CC271C;
}
</style>
background-color css
<style>
a { background-color: #CC271C; }
a { background-color: rgb(204,39,28); }
div.DivClassName
{
background-color: #CC271C;
}
.BgClassName
{
background-color: #CC271C;
}
</style>
border-color css
<style>
span { border-color: #CC271C; }
span { border-color: rgb(204,39,28); }
td.TdClassName
{
border-color: #CC271C;
}
.TagClassName
{
border-color: #CC271C;
}
</style>