Html Css Color HEX #CC3721 Harley Davidson Orange
📋 copy color: '#CC3721'red 204 ◦ green 55 ◦ blue 33
Shades of Harley Davidson Orange #CC3721
Tints of Harley Davidson Orange #CC3721
RGB
CMYK
RGB Variations
Color information
#CC3721 (or 0xCC3721) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 21. RGB value is (204,55,33). Sum of RGB (Red+Green+Blue) = 204+55+33=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3721 is #33C8DE. Grayscale: #616161. Windows color (decimal): -3393759 or 2176972. OLE color: 2176972.
HSL color Cylindrical-coordinate representation of color #CC3721: hue angle of 7.72º 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 #CC3721 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 55 | 33 | - |
CMYK | 0 | 0.73 | 0.84 | 0.2 |
HSL | 7.72º | 0.72% | 0.46% | - |
HSV(B) | 7.72º | 0.84% | 0.8% | - |
XYZ | 26.54 | 15.68 | 3.07 | - |
YUV | 97.04 | 91.86 | 204.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 55 | 33 | 0 | 0.73 | 0.84 | 0.2 | 7.72 | 0.72 | 0.46 |
Hex | CC | 37 | 21 | 0 | 49 | 54 | 14 | 8 | 48 | 2E |
Octal | 314 | 67 | 41 | 0 | 111 | 124 | 24 | 10 | 110 | 56 |
Binary | 11001100 | 110111 | 100001 | 0 | 1001001 | 1010100 | 10100 | 1000 | 1001000 | 101110 |
Color Harmonies of #CC3721
Complementary color
Monochromatic Colors of #CC3721
Black with #CC3721
Text Example
Text Example
White with #CC3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3721; }
p { color: rgb(204,55,33); }
H1.HeaderClassName
{
color: #CC3721;
}
.AnyTagClassName
{
color: #CC3721;
}
</style>
background-color css
<style>
a { background-color: #CC3721; }
a { background-color: rgb(204,55,33); }
div.DivClassName
{
background-color: #CC3721;
}
.BgClassName
{
background-color: #CC3721;
}
</style>
border-color css
<style>
span { border-color: #CC3721; }
span { border-color: rgb(204,55,33); }
td.TdClassName
{
border-color: #CC3721;
}
.TagClassName
{
border-color: #CC3721;
}
</style>