Html Css Color HEX #CC3C1F Harley Davidson Orange
📋 copy color: '#CC3C1F'red 204 ◦ green 60 ◦ blue 31
Shades of Harley Davidson Orange #CC3C1F
Tints of Harley Davidson Orange #CC3C1F
RGB
CMYK
RGB Variations
Color information
#CC3C1F (or 0xCC3C1F) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 1F. RGB value is (204,60,31). Sum of RGB (Red+Green+Blue) = 204+60+31=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C1F is #33C3E0. Grayscale: #646464. Windows color (decimal): -3392481 or 2047180. OLE color: 2047180.
HSL color Cylindrical-coordinate representation of color #CC3C1F: hue angle of 10.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC3C1F is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 31 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.2 |
| HSL | 10.06º | 0.74% | 0.46% | - |
| HSV(B) | 10.06º | 0.85% | 0.8% | - |
| XYZ | 26.77 | 16.17 | 3.01 | - |
| YUV | 99.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 31 | 0 | 0.71 | 0.85 | 0.2 | 10.06 | 0.74 | 0.46 |
| Hex | CC | 3C | 1F | 0 | 47 | 55 | 14 | A | 4A | 2E |
| Octal | 314 | 74 | 37 | 0 | 107 | 125 | 24 | 12 | 112 | 56 |
| Binary | 11001100 | 111100 | 11111 | 0 | 1000111 | 1010101 | 10100 | 1010 | 1001010 | 101110 |
Color Harmonies of #CC3C1F
Complementary color
Monochromatic Colors of #CC3C1F
Black with #CC3C1F
Text Example
Text Example
White with #CC3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C1F; }
p { color: rgb(204,60,31); }
H1.HeaderClassName
{
color: #CC3C1F;
}
.AnyTagClassName
{
color: #CC3C1F;
}
</style>
background-color css
<style>
a { background-color: #CC3C1F; }
a { background-color: rgb(204,60,31); }
div.DivClassName
{
background-color: #CC3C1F;
}
.BgClassName
{
background-color: #CC3C1F;
}
</style>
border-color css
<style>
span { border-color: #CC3C1F; }
span { border-color: rgb(204,60,31); }
td.TdClassName
{
border-color: #CC3C1F;
}
.TagClassName
{
border-color: #CC3C1F;
}
</style>