Html Css Color HEX #CC401B Harley Davidson Orange
📋 copy color: '#CC401B'red 204 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #CC401B
Tints of Harley Davidson Orange #CC401B
RGB
CMYK
RGB Variations
Color information
#CC401B (or 0xCC401B) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 1B. RGB value is (204,64,27). Sum of RGB (Red+Green+Blue) = 204+64+27=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC401B is #33BFE4. Grayscale: #656565. Windows color (decimal): -3391461 or 1786060. OLE color: 1786060.
HSL color Cylindrical-coordinate representation of color #CC401B: hue angle of 12.54º 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 #CC401B is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 27 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.2 |
| HSL | 12.54º | 0.77% | 0.45% | - |
| HSV(B) | 12.54º | 0.87% | 0.8% | - |
| XYZ | 26.93 | 16.58 | 2.82 | - |
| YUV | 101.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 27 | 0 | 0.69 | 0.87 | 0.2 | 12.54 | 0.77 | 0.45 |
| Hex | CC | 40 | 1B | 0 | 45 | 57 | 14 | D | 4D | 2D |
| Octal | 314 | 100 | 33 | 0 | 105 | 127 | 24 | 15 | 115 | 55 |
| Binary | 11001100 | 1000000 | 11011 | 0 | 1000101 | 1010111 | 10100 | 1101 | 1001101 | 101101 |
Color Harmonies of #CC401B
Complementary color
Monochromatic Colors of #CC401B
Black with #CC401B
Text Example
Text Example
White with #CC401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC401B; }
p { color: rgb(204,64,27); }
H1.HeaderClassName
{
color: #CC401B;
}
.AnyTagClassName
{
color: #CC401B;
}
</style>
background-color css
<style>
a { background-color: #CC401B; }
a { background-color: rgb(204,64,27); }
div.DivClassName
{
background-color: #CC401B;
}
.BgClassName
{
background-color: #CC401B;
}
</style>
border-color css
<style>
span { border-color: #CC401B; }
span { border-color: rgb(204,64,27); }
td.TdClassName
{
border-color: #CC401B;
}
.TagClassName
{
border-color: #CC401B;
}
</style>