Html Css Color HEX #CC3713 Harley Davidson Orange
📋 copy color: '#CC3713'red 204 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #CC3713
Tints of Harley Davidson Orange #CC3713
RGB
CMYK
RGB Variations
Color information
#CC3713 (or 0xCC3713) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 13. RGB value is (204,55,19). Sum of RGB (Red+Green+Blue) = 204+55+19=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3713 is #33C8EC. Grayscale: #5F5F5F. Windows color (decimal): -3393773 or 1259468. OLE color: 1259468.
HSL color Cylindrical-coordinate representation of color #CC3713: hue angle of 11.68º 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 #CC3713 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.2 |
| HSL | 11.68º | 0.83% | 0.44% | - |
| HSV(B) | 11.68º | 0.91% | 0.8% | - |
| XYZ | 26.39 | 15.62 | 2.24 | - |
| YUV | 95.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 19 | 0 | 0.73 | 0.91 | 0.2 | 11.68 | 0.83 | 0.44 |
| Hex | CC | 37 | 13 | 0 | 49 | 5B | 14 | C | 53 | 2C |
| Octal | 314 | 67 | 23 | 0 | 111 | 133 | 24 | 14 | 123 | 54 |
| Binary | 11001100 | 110111 | 10011 | 0 | 1001001 | 1011011 | 10100 | 1100 | 1010011 | 101100 |
Color Harmonies of #CC3713
Complementary color
Monochromatic Colors of #CC3713
Black with #CC3713
Text Example
Text Example
White with #CC3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3713; }
p { color: rgb(204,55,19); }
H1.HeaderClassName
{
color: #CC3713;
}
.AnyTagClassName
{
color: #CC3713;
}
</style>
background-color css
<style>
a { background-color: #CC3713; }
a { background-color: rgb(204,55,19); }
div.DivClassName
{
background-color: #CC3713;
}
.BgClassName
{
background-color: #CC3713;
}
</style>
border-color css
<style>
span { border-color: #CC3713; }
span { border-color: rgb(204,55,19); }
td.TdClassName
{
border-color: #CC3713;
}
.TagClassName
{
border-color: #CC3713;
}
</style>