Html Css Color HEX #CC3613 Harley Davidson Orange
📋 copy color: '#CC3613'red 204 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #CC3613
Tints of Harley Davidson Orange #CC3613
RGB
CMYK
RGB Variations
Color information
#CC3613 (or 0xCC3613) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 13. RGB value is (204,54,19). Sum of RGB (Red+Green+Blue) = 204+54+19=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3613 is #33C9EC. Grayscale: #5F5F5F. Windows color (decimal): -3394029 or 1259212. OLE color: 1259212.
HSL color Cylindrical-coordinate representation of color #CC3613: hue angle of 11.35º 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 #CC3613 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.2 |
| HSL | 11.35º | 0.83% | 0.44% | - |
| HSV(B) | 11.35º | 0.91% | 0.8% | - |
| XYZ | 26.34 | 15.52 | 2.22 | - |
| YUV | 94.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 19 | 0 | 0.74 | 0.91 | 0.2 | 11.35 | 0.83 | 0.44 |
| Hex | CC | 36 | 13 | 0 | 4A | 5B | 14 | B | 53 | 2C |
| Octal | 314 | 66 | 23 | 0 | 112 | 133 | 24 | 13 | 123 | 54 |
| Binary | 11001100 | 110110 | 10011 | 0 | 1001010 | 1011011 | 10100 | 1011 | 1010011 | 101100 |
Color Harmonies of #CC3613
Complementary color
Monochromatic Colors of #CC3613
Black with #CC3613
Text Example
Text Example
White with #CC3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3613; }
p { color: rgb(204,54,19); }
H1.HeaderClassName
{
color: #CC3613;
}
.AnyTagClassName
{
color: #CC3613;
}
</style>
background-color css
<style>
a { background-color: #CC3613; }
a { background-color: rgb(204,54,19); }
div.DivClassName
{
background-color: #CC3613;
}
.BgClassName
{
background-color: #CC3613;
}
</style>
border-color css
<style>
span { border-color: #CC3613; }
span { border-color: rgb(204,54,19); }
td.TdClassName
{
border-color: #CC3613;
}
.TagClassName
{
border-color: #CC3613;
}
</style>