Html Css Color HEX #CC3100 Harley Davidson Orange
📋 copy color: '#CC3100'red 204 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #CC3100
Tints of Harley Davidson Orange #CC3100
RGB
CMYK
RGB Variations
Color information
#CC3100 (or 0xCC3100) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 00. RGB value is (204,49,0). Sum of RGB (Red+Green+Blue) = 204+49+0=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3100 is #33CEFF. Grayscale: #5A5A5A. Windows color (decimal): -3395328 or 12748. OLE color: 12748.
HSL color Cylindrical-coordinate representation of color #CC3100: hue angle of 14.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC3100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.2 |
| HSL | 14.41º | 1% | 0.4% | - |
| HSV(B) | 14.41º | 1% | 0.8% | - |
| XYZ | 26 | 15.03 | 1.53 | - |
| YUV | 89.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 0 | 0 | 0.76 | 1 | 0.2 | 14.41 | 1 | 0.4 |
| Hex | CC | 31 | 0 | 0 | 4C | 64 | 14 | E | 64 | 28 |
| Octal | 314 | 61 | 0 | 0 | 114 | 144 | 24 | 16 | 144 | 50 |
| Binary | 11001100 | 110001 | 0 | 0 | 1001100 | 1100100 | 10100 | 1110 | 1100100 | 101000 |
Color Harmonies of #CC3100
Complementary color
Monochromatic Colors of #CC3100
Black with #CC3100
Text Example
Text Example
White with #CC3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3100; }
p { color: rgb(204,49,0); }
H1.HeaderClassName
{
color: #CC3100;
}
.AnyTagClassName
{
color: #CC3100;
}
</style>
background-color css
<style>
a { background-color: #CC3100; }
a { background-color: rgb(204,49,0); }
div.DivClassName
{
background-color: #CC3100;
}
.BgClassName
{
background-color: #CC3100;
}
</style>
border-color css
<style>
span { border-color: #CC3100; }
span { border-color: rgb(204,49,0); }
td.TdClassName
{
border-color: #CC3100;
}
.TagClassName
{
border-color: #CC3100;
}
</style>