Html Css Color HEX #CC321A Harley Davidson Orange
📋 copy color: '#CC321A'red 204 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #CC321A
Tints of Harley Davidson Orange #CC321A
RGB
CMYK
RGB Variations
Color information
#CC321A (or 0xCC321A) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 1A. RGB value is (204,50,26). Sum of RGB (Red+Green+Blue) = 204+50+26=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC321A is #33CDE5. Grayscale: #5D5D5D. Windows color (decimal): -3395046 or 1716940. OLE color: 1716940.
HSL color Cylindrical-coordinate representation of color #CC321A: hue angle of 8.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC321A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.2 |
| HSL | 8.09º | 0.77% | 0.45% | - |
| HSV(B) | 8.09º | 0.87% | 0.8% | - |
| XYZ | 26.23 | 15.19 | 2.53 | - |
| YUV | 93.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 26 | 0 | 0.75 | 0.87 | 0.2 | 8.09 | 0.77 | 0.45 |
| Hex | CC | 32 | 1A | 0 | 4B | 57 | 14 | 8 | 4D | 2D |
| Octal | 314 | 62 | 32 | 0 | 113 | 127 | 24 | 10 | 115 | 55 |
| Binary | 11001100 | 110010 | 11010 | 0 | 1001011 | 1010111 | 10100 | 1000 | 1001101 | 101101 |
Color Harmonies of #CC321A
Complementary color
Monochromatic Colors of #CC321A
Black with #CC321A
Text Example
Text Example
White with #CC321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC321A; }
p { color: rgb(204,50,26); }
H1.HeaderClassName
{
color: #CC321A;
}
.AnyTagClassName
{
color: #CC321A;
}
</style>
background-color css
<style>
a { background-color: #CC321A; }
a { background-color: rgb(204,50,26); }
div.DivClassName
{
background-color: #CC321A;
}
.BgClassName
{
background-color: #CC321A;
}
</style>
border-color css
<style>
span { border-color: #CC321A; }
span { border-color: rgb(204,50,26); }
td.TdClassName
{
border-color: #CC321A;
}
.TagClassName
{
border-color: #CC321A;
}
</style>