Html Css Color HEX #CC1B04 Harley Davidson Orange
📋 copy color: '#CC1B04'red 204 ◦ green 27 ◦ blue 4
Shades of Harley Davidson Orange #CC1B04
Tints of Harley Davidson Orange #CC1B04
RGB
CMYK
RGB Variations
Color information
#CC1B04 (or 0xCC1B04) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 04. RGB value is (204,27,4). Sum of RGB (Red+Green+Blue) = 204+27+4=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B04 is #33E4FB. Grayscale: #4D4D4D. Windows color (decimal): -3400956 or 269260. OLE color: 269260.
HSL color Cylindrical-coordinate representation of color #CC1B04: hue angle of 6.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC1B04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 4 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.2 |
| HSL | 6.9º | 0.96% | 0.41% | - |
| HSV(B) | 6.9º | 0.98% | 0.8% | - |
| XYZ | 25.32 | 13.63 | 1.41 | - |
| YUV | 77.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 4 | 0 | 0.87 | 0.98 | 0.2 | 6.9 | 0.96 | 0.41 |
| Hex | CC | 1B | 4 | 0 | 57 | 62 | 14 | 7 | 60 | 29 |
| Octal | 314 | 33 | 4 | 0 | 127 | 142 | 24 | 7 | 140 | 51 |
| Binary | 11001100 | 11011 | 100 | 0 | 1010111 | 1100010 | 10100 | 111 | 1100000 | 101001 |
Color Harmonies of #CC1B04
Complementary color
Monochromatic Colors of #CC1B04
Black with #CC1B04
Text Example
Text Example
White with #CC1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B04; }
p { color: rgb(204,27,4); }
H1.HeaderClassName
{
color: #CC1B04;
}
.AnyTagClassName
{
color: #CC1B04;
}
</style>
background-color css
<style>
a { background-color: #CC1B04; }
a { background-color: rgb(204,27,4); }
div.DivClassName
{
background-color: #CC1B04;
}
.BgClassName
{
background-color: #CC1B04;
}
</style>
border-color css
<style>
span { border-color: #CC1B04; }
span { border-color: rgb(204,27,4); }
td.TdClassName
{
border-color: #CC1B04;
}
.TagClassName
{
border-color: #CC1B04;
}
</style>