Html Css Color HEX #CC4321 Harley Davidson Orange
📋 copy color: '#CC4321'red 204 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #CC4321
Tints of Harley Davidson Orange #CC4321
RGB
CMYK
RGB Variations
Color information
#CC4321 (or 0xCC4321) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 21. RGB value is (204,67,33). Sum of RGB (Red+Green+Blue) = 204+67+33=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4321 is #33BCDE. Grayscale: #686868. Windows color (decimal): -3390687 or 2180044. OLE color: 2180044.
HSL color Cylindrical-coordinate representation of color #CC4321: hue angle of 11.93º 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 #CC4321 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 33 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.2 |
| HSL | 11.93º | 0.72% | 0.46% | - |
| HSV(B) | 11.93º | 0.84% | 0.8% | - |
| XYZ | 27.18 | 16.96 | 3.28 | - |
| YUV | 104.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 33 | 0 | 0.67 | 0.84 | 0.2 | 11.93 | 0.72 | 0.46 |
| Hex | CC | 43 | 21 | 0 | 43 | 54 | 14 | C | 48 | 2E |
| Octal | 314 | 103 | 41 | 0 | 103 | 124 | 24 | 14 | 110 | 56 |
| Binary | 11001100 | 1000011 | 100001 | 0 | 1000011 | 1010100 | 10100 | 1100 | 1001000 | 101110 |
Color Harmonies of #CC4321
Complementary color
Monochromatic Colors of #CC4321
Black with #CC4321
Text Example
Text Example
White with #CC4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4321; }
p { color: rgb(204,67,33); }
H1.HeaderClassName
{
color: #CC4321;
}
.AnyTagClassName
{
color: #CC4321;
}
</style>
background-color css
<style>
a { background-color: #CC4321; }
a { background-color: rgb(204,67,33); }
div.DivClassName
{
background-color: #CC4321;
}
.BgClassName
{
background-color: #CC4321;
}
</style>
border-color css
<style>
span { border-color: #CC4321; }
span { border-color: rgb(204,67,33); }
td.TdClassName
{
border-color: #CC4321;
}
.TagClassName
{
border-color: #CC4321;
}
</style>