Html Css Color HEX #CC3C23 Harley Davidson Orange
📋 copy color: '#CC3C23'red 204 ◦ green 60 ◦ blue 35
Shades of Harley Davidson Orange #CC3C23
Tints of Harley Davidson Orange #CC3C23
RGB
CMYK
RGB Variations
Color information
#CC3C23 (or 0xCC3C23) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 23. RGB value is (204,60,35). Sum of RGB (Red+Green+Blue) = 204+60+35=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C23 is #33C3DC. Grayscale: #646464. Windows color (decimal): -3392477 or 2309324. OLE color: 2309324.
HSL color Cylindrical-coordinate representation of color #CC3C23: hue angle of 8.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC3C23 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 35 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.2 |
| HSL | 8.88º | 0.71% | 0.47% | - |
| HSV(B) | 8.88º | 0.83% | 0.8% | - |
| XYZ | 26.82 | 16.19 | 3.3 | - |
| YUV | 100.21 | 91.21 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 35 | 0 | 0.71 | 0.83 | 0.2 | 8.88 | 0.71 | 0.47 |
| Hex | CC | 3C | 23 | 0 | 47 | 53 | 14 | 9 | 47 | 2F |
| Octal | 314 | 74 | 43 | 0 | 107 | 123 | 24 | 11 | 107 | 57 |
| Binary | 11001100 | 111100 | 100011 | 0 | 1000111 | 1010011 | 10100 | 1001 | 1000111 | 101111 |
Color Harmonies of #CC3C23
Complementary color
Monochromatic Colors of #CC3C23
Black with #CC3C23
Text Example
Text Example
White with #CC3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C23; }
p { color: rgb(204,60,35); }
H1.HeaderClassName
{
color: #CC3C23;
}
.AnyTagClassName
{
color: #CC3C23;
}
</style>
background-color css
<style>
a { background-color: #CC3C23; }
a { background-color: rgb(204,60,35); }
div.DivClassName
{
background-color: #CC3C23;
}
.BgClassName
{
background-color: #CC3C23;
}
</style>
border-color css
<style>
span { border-color: #CC3C23; }
span { border-color: rgb(204,60,35); }
td.TdClassName
{
border-color: #CC3C23;
}
.TagClassName
{
border-color: #CC3C23;
}
</style>