Html Css Color HEX #CC3607 Harley Davidson Orange
📋 copy color: '#CC3607'red 204 ◦ green 54 ◦ blue 7
Shades of Harley Davidson Orange #CC3607
Tints of Harley Davidson Orange #CC3607
RGB
CMYK
RGB Variations
Color information
#CC3607 (or 0xCC3607) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 07. RGB value is (204,54,7). Sum of RGB (Red+Green+Blue) = 204+54+7=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3607 is #33C9F8. Grayscale: #5D5D5D. Windows color (decimal): -3394041 or 472780. OLE color: 472780.
HSL color Cylindrical-coordinate representation of color #CC3607: hue angle of 14.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC3607 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.2 |
| HSL | 14.31º | 0.93% | 0.41% | - |
| HSV(B) | 14.31º | 0.97% | 0.8% | - |
| XYZ | 26.26 | 15.49 | 1.81 | - |
| YUV | 93.49 | 79.2 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 7 | 0 | 0.74 | 0.97 | 0.2 | 14.31 | 0.93 | 0.41 |
| Hex | CC | 36 | 7 | 0 | 4A | 61 | 14 | E | 5D | 29 |
| Octal | 314 | 66 | 7 | 0 | 112 | 141 | 24 | 16 | 135 | 51 |
| Binary | 11001100 | 110110 | 111 | 0 | 1001010 | 1100001 | 10100 | 1110 | 1011101 | 101001 |
Color Harmonies of #CC3607
Complementary color
Monochromatic Colors of #CC3607
Black with #CC3607
Text Example
Text Example
White with #CC3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3607; }
p { color: rgb(204,54,7); }
H1.HeaderClassName
{
color: #CC3607;
}
.AnyTagClassName
{
color: #CC3607;
}
</style>
background-color css
<style>
a { background-color: #CC3607; }
a { background-color: rgb(204,54,7); }
div.DivClassName
{
background-color: #CC3607;
}
.BgClassName
{
background-color: #CC3607;
}
</style>
border-color css
<style>
span { border-color: #CC3607; }
span { border-color: rgb(204,54,7); }
td.TdClassName
{
border-color: #CC3607;
}
.TagClassName
{
border-color: #CC3607;
}
</style>