Html Css Color HEX #CC3722 Harley Davidson Orange
📋 copy color: '#CC3722'red 204 ◦ green 55 ◦ blue 34
Shades of Harley Davidson Orange #CC3722
Tints of Harley Davidson Orange #CC3722
RGB
CMYK
RGB Variations
Color information
#CC3722 (or 0xCC3722) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 22. RGB value is (204,55,34). Sum of RGB (Red+Green+Blue) = 204+55+34=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3722 is #33C8DD. Grayscale: #616161. Windows color (decimal): -3393758 or 2242508. OLE color: 2242508.
HSL color Cylindrical-coordinate representation of color #CC3722: hue angle of 7.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC3722 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 34 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.2 |
| HSL | 7.41º | 0.71% | 0.47% | - |
| HSV(B) | 7.41º | 0.83% | 0.8% | - |
| XYZ | 26.56 | 15.69 | 3.14 | - |
| YUV | 97.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 34 | 0 | 0.73 | 0.83 | 0.2 | 7.41 | 0.71 | 0.47 |
| Hex | CC | 37 | 22 | 0 | 49 | 53 | 14 | 7 | 47 | 2F |
| Octal | 314 | 67 | 42 | 0 | 111 | 123 | 24 | 7 | 107 | 57 |
| Binary | 11001100 | 110111 | 100010 | 0 | 1001001 | 1010011 | 10100 | 111 | 1000111 | 101111 |
Color Harmonies of #CC3722
Complementary color
Monochromatic Colors of #CC3722
Black with #CC3722
Text Example
Text Example
White with #CC3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3722; }
p { color: rgb(204,55,34); }
H1.HeaderClassName
{
color: #CC3722;
}
.AnyTagClassName
{
color: #CC3722;
}
</style>
background-color css
<style>
a { background-color: #CC3722; }
a { background-color: rgb(204,55,34); }
div.DivClassName
{
background-color: #CC3722;
}
.BgClassName
{
background-color: #CC3722;
}
</style>
border-color css
<style>
span { border-color: #CC3722; }
span { border-color: rgb(204,55,34); }
td.TdClassName
{
border-color: #CC3722;
}
.TagClassName
{
border-color: #CC3722;
}
</style>