Html Css Color HEX #CC3D1D Harley Davidson Orange
📋 copy color: '#CC3D1D'red 204 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #CC3D1D
Tints of Harley Davidson Orange #CC3D1D
RGB
CMYK
RGB Variations
Color information
#CC3D1D (or 0xCC3D1D) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 1D. RGB value is (204,61,29). Sum of RGB (Red+Green+Blue) = 204+61+29=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D1D is #33C2E2. Grayscale: #646464. Windows color (decimal): -3392227 or 1916364. OLE color: 1916364.
HSL color Cylindrical-coordinate representation of color #CC3D1D: hue angle of 10.97º 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 #CC3D1D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.2 |
| HSL | 10.97º | 0.75% | 0.46% | - |
| HSV(B) | 10.97º | 0.86% | 0.8% | - |
| XYZ | 26.79 | 16.26 | 2.89 | - |
| YUV | 100.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 29 | 0 | 0.70 | 0.86 | 0.2 | 10.97 | 0.75 | 0.46 |
| Hex | CC | 3D | 1D | 0 | 46 | 56 | 14 | B | 4B | 2E |
| Octal | 314 | 75 | 35 | 0 | 106 | 126 | 24 | 13 | 113 | 56 |
| Binary | 11001100 | 111101 | 11101 | 0 | 1000110 | 1010110 | 10100 | 1011 | 1001011 | 101110 |
Color Harmonies of #CC3D1D
Complementary color
Monochromatic Colors of #CC3D1D
Black with #CC3D1D
Text Example
Text Example
White with #CC3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D1D; }
p { color: rgb(204,61,29); }
H1.HeaderClassName
{
color: #CC3D1D;
}
.AnyTagClassName
{
color: #CC3D1D;
}
</style>
background-color css
<style>
a { background-color: #CC3D1D; }
a { background-color: rgb(204,61,29); }
div.DivClassName
{
background-color: #CC3D1D;
}
.BgClassName
{
background-color: #CC3D1D;
}
</style>
border-color css
<style>
span { border-color: #CC3D1D; }
span { border-color: rgb(204,61,29); }
td.TdClassName
{
border-color: #CC3D1D;
}
.TagClassName
{
border-color: #CC3D1D;
}
</style>