Html Css Color HEX #CC221E Harley Davidson Orange
📋 copy color: '#CC221E'red 204 ◦ green 34 ◦ blue 30
Shades of Harley Davidson Orange #CC221E
Tints of Harley Davidson Orange #CC221E
RGB
CMYK
RGB Variations
Color information
#CC221E (or 0xCC221E) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 1E. RGB value is (204,34,30). Sum of RGB (Red+Green+Blue) = 204+34+30=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC221E is #33DDE1. Grayscale: #545454. Windows color (decimal): -3399138 or 1974988. OLE color: 1974988.
HSL color Cylindrical-coordinate representation of color #CC221E: hue angle of 1.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC221E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.2 |
| HSL | 1.38º | 0.74% | 0.46% | - |
| HSV(B) | 1.38º | 0.85% | 0.8% | - |
| XYZ | 25.71 | 14.08 | 2.59 | - |
| YUV | 84.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 30 | 0 | 0.83 | 0.85 | 0.2 | 1.38 | 0.74 | 0.46 |
| Hex | CC | 22 | 1E | 0 | 53 | 55 | 14 | 1 | 4A | 2E |
| Octal | 314 | 42 | 36 | 0 | 123 | 125 | 24 | 1 | 112 | 56 |
| Binary | 11001100 | 100010 | 11110 | 0 | 1010011 | 1010101 | 10100 | 1 | 1001010 | 101110 |
Color Harmonies of #CC221E
Complementary color
Monochromatic Colors of #CC221E
Black with #CC221E
Text Example
Text Example
White with #CC221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC221E; }
p { color: rgb(204,34,30); }
H1.HeaderClassName
{
color: #CC221E;
}
.AnyTagClassName
{
color: #CC221E;
}
</style>
background-color css
<style>
a { background-color: #CC221E; }
a { background-color: rgb(204,34,30); }
div.DivClassName
{
background-color: #CC221E;
}
.BgClassName
{
background-color: #CC221E;
}
</style>
border-color css
<style>
span { border-color: #CC221E; }
span { border-color: rgb(204,34,30); }
td.TdClassName
{
border-color: #CC221E;
}
.TagClassName
{
border-color: #CC221E;
}
</style>