Html Css Color HEX #CC3F1F Harley Davidson Orange
📋 copy color: '#CC3F1F'red 204 ◦ green 63 ◦ blue 31
Shades of Harley Davidson Orange #CC3F1F
Tints of Harley Davidson Orange #CC3F1F
RGB
CMYK
RGB Variations
Color information
#CC3F1F (or 0xCC3F1F) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 1F. RGB value is (204,63,31). Sum of RGB (Red+Green+Blue) = 204+63+31=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F1F is #33C0E0. Grayscale: #656565. Windows color (decimal): -3391713 or 2047948. OLE color: 2047948.
HSL color Cylindrical-coordinate representation of color #CC3F1F: hue angle of 11.1º 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 #CC3F1F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 31 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.2 |
| HSL | 11.1º | 0.74% | 0.46% | - |
| HSV(B) | 11.1º | 0.85% | 0.8% | - |
| XYZ | 26.93 | 16.49 | 3.06 | - |
| YUV | 101.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 31 | 0 | 0.69 | 0.85 | 0.2 | 11.1 | 0.74 | 0.46 |
| Hex | CC | 3F | 1F | 0 | 45 | 55 | 14 | B | 4A | 2E |
| Octal | 314 | 77 | 37 | 0 | 105 | 125 | 24 | 13 | 112 | 56 |
| Binary | 11001100 | 111111 | 11111 | 0 | 1000101 | 1010101 | 10100 | 1011 | 1001010 | 101110 |
Color Harmonies of #CC3F1F
Complementary color
Monochromatic Colors of #CC3F1F
Black with #CC3F1F
Text Example
Text Example
White with #CC3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F1F; }
p { color: rgb(204,63,31); }
H1.HeaderClassName
{
color: #CC3F1F;
}
.AnyTagClassName
{
color: #CC3F1F;
}
</style>
background-color css
<style>
a { background-color: #CC3F1F; }
a { background-color: rgb(204,63,31); }
div.DivClassName
{
background-color: #CC3F1F;
}
.BgClassName
{
background-color: #CC3F1F;
}
</style>
border-color css
<style>
span { border-color: #CC3F1F; }
span { border-color: rgb(204,63,31); }
td.TdClassName
{
border-color: #CC3F1F;
}
.TagClassName
{
border-color: #CC3F1F;
}
</style>