Html Css Color HEX #CC221C Harley Davidson Orange
📋 copy color: '#CC221C'red 204 ◦ green 34 ◦ blue 28
Shades of Harley Davidson Orange #CC221C
Tints of Harley Davidson Orange #CC221C
RGB
CMYK
RGB Variations
Color information
#CC221C (or 0xCC221C) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 1C. RGB value is (204,34,28). Sum of RGB (Red+Green+Blue) = 204+34+28=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC221C is #33DDE3. Grayscale: #545454. Windows color (decimal): -3399140 or 1843916. OLE color: 1843916.
HSL color Cylindrical-coordinate representation of color #CC221C: hue angle of 2.05º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC221C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 28 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.2 |
| HSL | 2.05º | 0.76% | 0.45% | - |
| HSV(B) | 2.05º | 0.86% | 0.8% | - |
| XYZ | 25.68 | 14.07 | 2.46 | - |
| YUV | 84.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 28 | 0 | 0.83 | 0.86 | 0.2 | 2.05 | 0.76 | 0.45 |
| Hex | CC | 22 | 1C | 0 | 53 | 56 | 14 | 2 | 4C | 2D |
| Octal | 314 | 42 | 34 | 0 | 123 | 126 | 24 | 2 | 114 | 55 |
| Binary | 11001100 | 100010 | 11100 | 0 | 1010011 | 1010110 | 10100 | 10 | 1001100 | 101101 |
Color Harmonies of #CC221C
Complementary color
Monochromatic Colors of #CC221C
Black with #CC221C
Text Example
Text Example
White with #CC221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC221C; }
p { color: rgb(204,34,28); }
H1.HeaderClassName
{
color: #CC221C;
}
.AnyTagClassName
{
color: #CC221C;
}
</style>
background-color css
<style>
a { background-color: #CC221C; }
a { background-color: rgb(204,34,28); }
div.DivClassName
{
background-color: #CC221C;
}
.BgClassName
{
background-color: #CC221C;
}
</style>
border-color css
<style>
span { border-color: #CC221C; }
span { border-color: rgb(204,34,28); }
td.TdClassName
{
border-color: #CC221C;
}
.TagClassName
{
border-color: #CC221C;
}
</style>