Html Css Color HEX #CC301B Harley Davidson Orange
📋 copy color: '#CC301B'red 204 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #CC301B
Tints of Harley Davidson Orange #CC301B
RGB
CMYK
RGB Variations
Color information
#CC301B (or 0xCC301B) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 1B. RGB value is (204,48,27). Sum of RGB (Red+Green+Blue) = 204+48+27=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC301B is #33CFE4. Grayscale: #5C5C5C. Windows color (decimal): -3395557 or 1781964. OLE color: 1781964.
HSL color Cylindrical-coordinate representation of color #CC301B: hue angle of 7.12º 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 #CC301B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 27 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.2 |
| HSL | 7.12º | 0.77% | 0.45% | - |
| HSV(B) | 7.12º | 0.87% | 0.8% | - |
| XYZ | 26.16 | 15.03 | 2.56 | - |
| YUV | 92.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 27 | 0 | 0.76 | 0.87 | 0.2 | 7.12 | 0.77 | 0.45 |
| Hex | CC | 30 | 1B | 0 | 4C | 57 | 14 | 7 | 4D | 2D |
| Octal | 314 | 60 | 33 | 0 | 114 | 127 | 24 | 7 | 115 | 55 |
| Binary | 11001100 | 110000 | 11011 | 0 | 1001100 | 1010111 | 10100 | 111 | 1001101 | 101101 |
Color Harmonies of #CC301B
Complementary color
Monochromatic Colors of #CC301B
Black with #CC301B
Text Example
Text Example
White with #CC301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC301B; }
p { color: rgb(204,48,27); }
H1.HeaderClassName
{
color: #CC301B;
}
.AnyTagClassName
{
color: #CC301B;
}
</style>
background-color css
<style>
a { background-color: #CC301B; }
a { background-color: rgb(204,48,27); }
div.DivClassName
{
background-color: #CC301B;
}
.BgClassName
{
background-color: #CC301B;
}
</style>
border-color css
<style>
span { border-color: #CC301B; }
span { border-color: rgb(204,48,27); }
td.TdClassName
{
border-color: #CC301B;
}
.TagClassName
{
border-color: #CC301B;
}
</style>