Html Css Color HEX #CC3621 Harley Davidson Orange
📋 copy color: '#CC3621'red 204 ◦ green 54 ◦ blue 33
Shades of Harley Davidson Orange #CC3621
Tints of Harley Davidson Orange #CC3621
RGB
CMYK
RGB Variations
Color information
#CC3621 (or 0xCC3621) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 21. RGB value is (204,54,33). Sum of RGB (Red+Green+Blue) = 204+54+33=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3621 is #33C9DE. Grayscale: #606060. Windows color (decimal): -3394015 or 2176716. OLE color: 2176716.
HSL color Cylindrical-coordinate representation of color #CC3621: hue angle of 7.37º 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 #CC3621 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 33 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.2 |
| HSL | 7.37º | 0.72% | 0.46% | - |
| HSV(B) | 7.37º | 0.84% | 0.8% | - |
| XYZ | 26.5 | 15.59 | 3.05 | - |
| YUV | 96.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 33 | 0 | 0.74 | 0.84 | 0.2 | 7.37 | 0.72 | 0.46 |
| Hex | CC | 36 | 21 | 0 | 4A | 54 | 14 | 7 | 48 | 2E |
| Octal | 314 | 66 | 41 | 0 | 112 | 124 | 24 | 7 | 110 | 56 |
| Binary | 11001100 | 110110 | 100001 | 0 | 1001010 | 1010100 | 10100 | 111 | 1001000 | 101110 |
Color Harmonies of #CC3621
Complementary color
Monochromatic Colors of #CC3621
Black with #CC3621
Text Example
Text Example
White with #CC3621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3621; }
p { color: rgb(204,54,33); }
H1.HeaderClassName
{
color: #CC3621;
}
.AnyTagClassName
{
color: #CC3621;
}
</style>
background-color css
<style>
a { background-color: #CC3621; }
a { background-color: rgb(204,54,33); }
div.DivClassName
{
background-color: #CC3621;
}
.BgClassName
{
background-color: #CC3621;
}
</style>
border-color css
<style>
span { border-color: #CC3621; }
span { border-color: rgb(204,54,33); }
td.TdClassName
{
border-color: #CC3621;
}
.TagClassName
{
border-color: #CC3621;
}
</style>