Html Css Color HEX #CC390D Harley Davidson Orange
📋 copy color: '#CC390D'red 204 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #CC390D
Tints of Harley Davidson Orange #CC390D
RGB
CMYK
RGB Variations
Color information
#CC390D (or 0xCC390D) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 0D. RGB value is (204,57,13). Sum of RGB (Red+Green+Blue) = 204+57+13=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC390D is #33C6F2. Grayscale: #606060. Windows color (decimal): -3393267 or 866764. OLE color: 866764.
HSL color Cylindrical-coordinate representation of color #CC390D: hue angle of 13.82º 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 #CC390D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.2 |
| HSL | 13.82º | 0.88% | 0.43% | - |
| HSV(B) | 13.82º | 0.94% | 0.8% | - |
| XYZ | 26.44 | 15.79 | 2.04 | - |
| YUV | 95.94 | 81.2 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 13 | 0 | 0.72 | 0.94 | 0.2 | 13.82 | 0.88 | 0.43 |
| Hex | CC | 39 | D | 0 | 48 | 5E | 14 | E | 58 | 2B |
| Octal | 314 | 71 | 15 | 0 | 110 | 136 | 24 | 16 | 130 | 53 |
| Binary | 11001100 | 111001 | 1101 | 0 | 1001000 | 1011110 | 10100 | 1110 | 1011000 | 101011 |
Color Harmonies of #CC390D
Complementary color
Monochromatic Colors of #CC390D
Black with #CC390D
Text Example
Text Example
White with #CC390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC390D; }
p { color: rgb(204,57,13); }
H1.HeaderClassName
{
color: #CC390D;
}
.AnyTagClassName
{
color: #CC390D;
}
</style>
background-color css
<style>
a { background-color: #CC390D; }
a { background-color: rgb(204,57,13); }
div.DivClassName
{
background-color: #CC390D;
}
.BgClassName
{
background-color: #CC390D;
}
</style>
border-color css
<style>
span { border-color: #CC390D; }
span { border-color: rgb(204,57,13); }
td.TdClassName
{
border-color: #CC390D;
}
.TagClassName
{
border-color: #CC390D;
}
</style>