Html Css Color HEX #CC3113 Harley Davidson Orange
📋 copy color: '#CC3113'red 204 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #CC3113
Tints of Harley Davidson Orange #CC3113
RGB
CMYK
RGB Variations
Color information
#CC3113 (or 0xCC3113) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 13. RGB value is (204,49,19). Sum of RGB (Red+Green+Blue) = 204+49+19=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3113 is #33CEEC. Grayscale: #5C5C5C. Windows color (decimal): -3395309 or 1257932. OLE color: 1257932.
HSL color Cylindrical-coordinate representation of color #CC3113: hue angle of 9.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3113 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.2 |
| HSL | 9.73º | 0.83% | 0.44% | - |
| HSV(B) | 9.73º | 0.91% | 0.8% | - |
| XYZ | 26.12 | 15.08 | 2.15 | - |
| YUV | 91.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 19 | 0 | 0.76 | 0.91 | 0.2 | 9.73 | 0.83 | 0.44 |
| Hex | CC | 31 | 13 | 0 | 4C | 5B | 14 | A | 53 | 2C |
| Octal | 314 | 61 | 23 | 0 | 114 | 133 | 24 | 12 | 123 | 54 |
| Binary | 11001100 | 110001 | 10011 | 0 | 1001100 | 1011011 | 10100 | 1010 | 1010011 | 101100 |
Color Harmonies of #CC3113
Complementary color
Monochromatic Colors of #CC3113
Black with #CC3113
Text Example
Text Example
White with #CC3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3113; }
p { color: rgb(204,49,19); }
H1.HeaderClassName
{
color: #CC3113;
}
.AnyTagClassName
{
color: #CC3113;
}
</style>
background-color css
<style>
a { background-color: #CC3113; }
a { background-color: rgb(204,49,19); }
div.DivClassName
{
background-color: #CC3113;
}
.BgClassName
{
background-color: #CC3113;
}
</style>
border-color css
<style>
span { border-color: #CC3113; }
span { border-color: rgb(204,49,19); }
td.TdClassName
{
border-color: #CC3113;
}
.TagClassName
{
border-color: #CC3113;
}
</style>