Html Css Color HEX #CC271F Harley Davidson Orange
📋 copy color: '#CC271F'red 204 ◦ green 39 ◦ blue 31
Shades of Harley Davidson Orange #CC271F
Tints of Harley Davidson Orange #CC271F
RGB
CMYK
RGB Variations
Color information
#CC271F (or 0xCC271F) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 1F. RGB value is (204,39,31). Sum of RGB (Red+Green+Blue) = 204+39+31=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC271F is #33D8E0. Grayscale: #575757. Windows color (decimal): -3397857 or 2041804. OLE color: 2041804.
HSL color Cylindrical-coordinate representation of color #CC271F: hue angle of 2.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC271F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 31 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.2 |
| HSL | 2.77º | 0.74% | 0.46% | - |
| HSV(B) | 2.77º | 0.85% | 0.8% | - |
| XYZ | 25.87 | 14.39 | 2.71 | - |
| YUV | 87.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 31 | 0 | 0.81 | 0.85 | 0.2 | 2.77 | 0.74 | 0.46 |
| Hex | CC | 27 | 1F | 0 | 51 | 55 | 14 | 3 | 4A | 2E |
| Octal | 314 | 47 | 37 | 0 | 121 | 125 | 24 | 3 | 112 | 56 |
| Binary | 11001100 | 100111 | 11111 | 0 | 1010001 | 1010101 | 10100 | 11 | 1001010 | 101110 |
Color Harmonies of #CC271F
Complementary color
Monochromatic Colors of #CC271F
Black with #CC271F
Text Example
Text Example
White with #CC271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC271F; }
p { color: rgb(204,39,31); }
H1.HeaderClassName
{
color: #CC271F;
}
.AnyTagClassName
{
color: #CC271F;
}
</style>
background-color css
<style>
a { background-color: #CC271F; }
a { background-color: rgb(204,39,31); }
div.DivClassName
{
background-color: #CC271F;
}
.BgClassName
{
background-color: #CC271F;
}
</style>
border-color css
<style>
span { border-color: #CC271F; }
span { border-color: rgb(204,39,31); }
td.TdClassName
{
border-color: #CC271F;
}
.TagClassName
{
border-color: #CC271F;
}
</style>