Html Css Color HEX #CC3F21 Harley Davidson Orange
📋 copy color: '#CC3F21'red 204 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #CC3F21
Tints of Harley Davidson Orange #CC3F21
RGB
CMYK
RGB Variations
Color information
#CC3F21 (or 0xCC3F21) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 21. RGB value is (204,63,33). Sum of RGB (Red+Green+Blue) = 204+63+33=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F21 is #33C0DE. Grayscale: #656565. Windows color (decimal): -3391711 or 2179020. OLE color: 2179020.
HSL color Cylindrical-coordinate representation of color #CC3F21: hue angle of 10.53º 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 #CC3F21 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 33 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.2 |
| HSL | 10.53º | 0.72% | 0.46% | - |
| HSV(B) | 10.53º | 0.84% | 0.8% | - |
| XYZ | 26.95 | 16.5 | 3.2 | - |
| YUV | 101.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 33 | 0 | 0.69 | 0.84 | 0.2 | 10.53 | 0.72 | 0.46 |
| Hex | CC | 3F | 21 | 0 | 45 | 54 | 14 | B | 48 | 2E |
| Octal | 314 | 77 | 41 | 0 | 105 | 124 | 24 | 13 | 110 | 56 |
| Binary | 11001100 | 111111 | 100001 | 0 | 1000101 | 1010100 | 10100 | 1011 | 1001000 | 101110 |
Color Harmonies of #CC3F21
Complementary color
Monochromatic Colors of #CC3F21
Black with #CC3F21
Text Example
Text Example
White with #CC3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F21; }
p { color: rgb(204,63,33); }
H1.HeaderClassName
{
color: #CC3F21;
}
.AnyTagClassName
{
color: #CC3F21;
}
</style>
background-color css
<style>
a { background-color: #CC3F21; }
a { background-color: rgb(204,63,33); }
div.DivClassName
{
background-color: #CC3F21;
}
.BgClassName
{
background-color: #CC3F21;
}
</style>
border-color css
<style>
span { border-color: #CC3F21; }
span { border-color: rgb(204,63,33); }
td.TdClassName
{
border-color: #CC3F21;
}
.TagClassName
{
border-color: #CC3F21;
}
</style>