Html Css Color HEX #CC311A Harley Davidson Orange
📋 copy color: '#CC311A'red 204 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #CC311A
Tints of Harley Davidson Orange #CC311A
RGB
CMYK
RGB Variations
Color information
#CC311A (or 0xCC311A) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 1A. RGB value is (204,49,26). Sum of RGB (Red+Green+Blue) = 204+49+26=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC311A is #33CEE5. Grayscale: #5C5C5C. Windows color (decimal): -3395302 or 1716684. OLE color: 1716684.
HSL color Cylindrical-coordinate representation of color #CC311A: hue angle of 7.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 #CC311A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 26 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.2 |
| HSL | 7.75º | 0.77% | 0.45% | - |
| HSV(B) | 7.75º | 0.87% | 0.8% | - |
| XYZ | 26.19 | 15.11 | 2.51 | - |
| YUV | 92.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 26 | 0 | 0.76 | 0.87 | 0.2 | 7.75 | 0.77 | 0.45 |
| Hex | CC | 31 | 1A | 0 | 4C | 57 | 14 | 8 | 4D | 2D |
| Octal | 314 | 61 | 32 | 0 | 114 | 127 | 24 | 10 | 115 | 55 |
| Binary | 11001100 | 110001 | 11010 | 0 | 1001100 | 1010111 | 10100 | 1000 | 1001101 | 101101 |
Color Harmonies of #CC311A
Complementary color
Monochromatic Colors of #CC311A
Black with #CC311A
Text Example
Text Example
White with #CC311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC311A; }
p { color: rgb(204,49,26); }
H1.HeaderClassName
{
color: #CC311A;
}
.AnyTagClassName
{
color: #CC311A;
}
</style>
background-color css
<style>
a { background-color: #CC311A; }
a { background-color: rgb(204,49,26); }
div.DivClassName
{
background-color: #CC311A;
}
.BgClassName
{
background-color: #CC311A;
}
</style>
border-color css
<style>
span { border-color: #CC311A; }
span { border-color: rgb(204,49,26); }
td.TdClassName
{
border-color: #CC311A;
}
.TagClassName
{
border-color: #CC311A;
}
</style>