Html Css Color HEX #CC310D Harley Davidson Orange
📋 copy color: '#CC310D'red 204 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #CC310D
Tints of Harley Davidson Orange #CC310D
RGB
CMYK
RGB Variations
Color information
#CC310D (or 0xCC310D) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 0D. RGB value is (204,49,13). Sum of RGB (Red+Green+Blue) = 204+49+13=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC310D is #33CEF2. Grayscale: #5B5B5B. Windows color (decimal): -3395315 or 864716. OLE color: 864716.
HSL color Cylindrical-coordinate representation of color #CC310D: hue angle of 11.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC310D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.2 |
| HSL | 11.31º | 0.88% | 0.43% | - |
| HSV(B) | 11.31º | 0.94% | 0.8% | - |
| XYZ | 26.07 | 15.06 | 1.91 | - |
| YUV | 91.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 13 | 0 | 0.76 | 0.94 | 0.2 | 11.31 | 0.88 | 0.43 |
| Hex | CC | 31 | D | 0 | 4C | 5E | 14 | B | 58 | 2B |
| Octal | 314 | 61 | 15 | 0 | 114 | 136 | 24 | 13 | 130 | 53 |
| Binary | 11001100 | 110001 | 1101 | 0 | 1001100 | 1011110 | 10100 | 1011 | 1011000 | 101011 |
Color Harmonies of #CC310D
Complementary color
Monochromatic Colors of #CC310D
Black with #CC310D
Text Example
Text Example
White with #CC310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC310D; }
p { color: rgb(204,49,13); }
H1.HeaderClassName
{
color: #CC310D;
}
.AnyTagClassName
{
color: #CC310D;
}
</style>
background-color css
<style>
a { background-color: #CC310D; }
a { background-color: rgb(204,49,13); }
div.DivClassName
{
background-color: #CC310D;
}
.BgClassName
{
background-color: #CC310D;
}
</style>
border-color css
<style>
span { border-color: #CC310D; }
span { border-color: rgb(204,49,13); }
td.TdClassName
{
border-color: #CC310D;
}
.TagClassName
{
border-color: #CC310D;
}
</style>