Html Css Color HEX #CC3C21 Harley Davidson Orange
📋 copy color: '#CC3C21'red 204 ◦ green 60 ◦ blue 33
Shades of Harley Davidson Orange #CC3C21
Tints of Harley Davidson Orange #CC3C21
RGB
CMYK
RGB Variations
Color information
#CC3C21 (or 0xCC3C21) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 21. RGB value is (204,60,33). Sum of RGB (Red+Green+Blue) = 204+60+33=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C21 is #33C3DE. Grayscale: #646464. Windows color (decimal): -3392479 or 2178252. OLE color: 2178252.
HSL color Cylindrical-coordinate representation of color #CC3C21: hue angle of 9.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3C21 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 33 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.2 |
| HSL | 9.47º | 0.72% | 0.46% | - |
| HSV(B) | 9.47º | 0.84% | 0.8% | - |
| XYZ | 26.79 | 16.18 | 3.15 | - |
| YUV | 99.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 33 | 0 | 0.71 | 0.84 | 0.2 | 9.47 | 0.72 | 0.46 |
| Hex | CC | 3C | 21 | 0 | 47 | 54 | 14 | 9 | 48 | 2E |
| Octal | 314 | 74 | 41 | 0 | 107 | 124 | 24 | 11 | 110 | 56 |
| Binary | 11001100 | 111100 | 100001 | 0 | 1000111 | 1010100 | 10100 | 1001 | 1001000 | 101110 |
Color Harmonies of #CC3C21
Complementary color
Monochromatic Colors of #CC3C21
Black with #CC3C21
Text Example
Text Example
White with #CC3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C21; }
p { color: rgb(204,60,33); }
H1.HeaderClassName
{
color: #CC3C21;
}
.AnyTagClassName
{
color: #CC3C21;
}
</style>
background-color css
<style>
a { background-color: #CC3C21; }
a { background-color: rgb(204,60,33); }
div.DivClassName
{
background-color: #CC3C21;
}
.BgClassName
{
background-color: #CC3C21;
}
</style>
border-color css
<style>
span { border-color: #CC3C21; }
span { border-color: rgb(204,60,33); }
td.TdClassName
{
border-color: #CC3C21;
}
.TagClassName
{
border-color: #CC3C21;
}
</style>