Html Css Color HEX #CC3F1D Harley Davidson Orange
📋 copy color: '#CC3F1D'red 204 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #CC3F1D
Tints of Harley Davidson Orange #CC3F1D
RGB
CMYK
RGB Variations
Color information
#CC3F1D (or 0xCC3F1D) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 1D. RGB value is (204,63,29). Sum of RGB (Red+Green+Blue) = 204+63+29=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F1D is #33C0E2. Grayscale: #656565. Windows color (decimal): -3391715 or 1916876. OLE color: 1916876.
HSL color Cylindrical-coordinate representation of color #CC3F1D: hue angle of 11.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC3F1D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.2 |
| HSL | 11.66º | 0.75% | 0.46% | - |
| HSV(B) | 11.66º | 0.86% | 0.8% | - |
| XYZ | 26.9 | 16.48 | 2.93 | - |
| YUV | 101.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 29 | 0 | 0.69 | 0.86 | 0.2 | 11.66 | 0.75 | 0.46 |
| Hex | CC | 3F | 1D | 0 | 45 | 56 | 14 | C | 4B | 2E |
| Octal | 314 | 77 | 35 | 0 | 105 | 126 | 24 | 14 | 113 | 56 |
| Binary | 11001100 | 111111 | 11101 | 0 | 1000101 | 1010110 | 10100 | 1100 | 1001011 | 101110 |
Color Harmonies of #CC3F1D
Complementary color
Monochromatic Colors of #CC3F1D
Black with #CC3F1D
Text Example
Text Example
White with #CC3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F1D; }
p { color: rgb(204,63,29); }
H1.HeaderClassName
{
color: #CC3F1D;
}
.AnyTagClassName
{
color: #CC3F1D;
}
</style>
background-color css
<style>
a { background-color: #CC3F1D; }
a { background-color: rgb(204,63,29); }
div.DivClassName
{
background-color: #CC3F1D;
}
.BgClassName
{
background-color: #CC3F1D;
}
</style>
border-color css
<style>
span { border-color: #CC3F1D; }
span { border-color: rgb(204,63,29); }
td.TdClassName
{
border-color: #CC3F1D;
}
.TagClassName
{
border-color: #CC3F1D;
}
</style>