Html Css Color HEX #CC321B Harley Davidson Orange
📋 copy color: '#CC321B'red 204 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #CC321B
Tints of Harley Davidson Orange #CC321B
RGB
CMYK
RGB Variations
Color information
#CC321B (or 0xCC321B) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 1B. RGB value is (204,50,27). Sum of RGB (Red+Green+Blue) = 204+50+27=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC321B is #33CDE4. Grayscale: #5D5D5D. Windows color (decimal): -3395045 or 1782476. OLE color: 1782476.
HSL color Cylindrical-coordinate representation of color #CC321B: hue angle of 7.8º 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 #CC321B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 27 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.2 |
| HSL | 7.8º | 0.77% | 0.45% | - |
| HSV(B) | 7.8º | 0.87% | 0.8% | - |
| XYZ | 26.24 | 15.2 | 2.59 | - |
| YUV | 93.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 27 | 0 | 0.75 | 0.87 | 0.2 | 7.8 | 0.77 | 0.45 |
| Hex | CC | 32 | 1B | 0 | 4B | 57 | 14 | 8 | 4D | 2D |
| Octal | 314 | 62 | 33 | 0 | 113 | 127 | 24 | 10 | 115 | 55 |
| Binary | 11001100 | 110010 | 11011 | 0 | 1001011 | 1010111 | 10100 | 1000 | 1001101 | 101101 |
Color Harmonies of #CC321B
Complementary color
Monochromatic Colors of #CC321B
Black with #CC321B
Text Example
Text Example
White with #CC321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC321B; }
p { color: rgb(204,50,27); }
H1.HeaderClassName
{
color: #CC321B;
}
.AnyTagClassName
{
color: #CC321B;
}
</style>
background-color css
<style>
a { background-color: #CC321B; }
a { background-color: rgb(204,50,27); }
div.DivClassName
{
background-color: #CC321B;
}
.BgClassName
{
background-color: #CC321B;
}
</style>
border-color css
<style>
span { border-color: #CC321B; }
span { border-color: rgb(204,50,27); }
td.TdClassName
{
border-color: #CC321B;
}
.TagClassName
{
border-color: #CC321B;
}
</style>