Html Css Color HEX #CC3D1F Harley Davidson Orange
📋 copy color: '#CC3D1F'red 204 ◦ green 61 ◦ blue 31
Shades of Harley Davidson Orange #CC3D1F
Tints of Harley Davidson Orange #CC3D1F
RGB
CMYK
RGB Variations
Color information
#CC3D1F (or 0xCC3D1F) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 1F. RGB value is (204,61,31). Sum of RGB (Red+Green+Blue) = 204+61+31=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D1F is #33C2E0. Grayscale: #646464. Windows color (decimal): -3392225 or 2047436. OLE color: 2047436.
HSL color Cylindrical-coordinate representation of color #CC3D1F: hue angle of 10.4º 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 #CC3D1F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 31 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.2 |
| HSL | 10.4º | 0.74% | 0.46% | - |
| HSV(B) | 10.4º | 0.85% | 0.8% | - |
| XYZ | 26.82 | 16.27 | 3.02 | - |
| YUV | 100.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 31 | 0 | 0.70 | 0.85 | 0.2 | 10.4 | 0.74 | 0.46 |
| Hex | CC | 3D | 1F | 0 | 46 | 55 | 14 | A | 4A | 2E |
| Octal | 314 | 75 | 37 | 0 | 106 | 125 | 24 | 12 | 112 | 56 |
| Binary | 11001100 | 111101 | 11111 | 0 | 1000110 | 1010101 | 10100 | 1010 | 1001010 | 101110 |
Color Harmonies of #CC3D1F
Complementary color
Monochromatic Colors of #CC3D1F
Black with #CC3D1F
Text Example
Text Example
White with #CC3D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D1F; }
p { color: rgb(204,61,31); }
H1.HeaderClassName
{
color: #CC3D1F;
}
.AnyTagClassName
{
color: #CC3D1F;
}
</style>
background-color css
<style>
a { background-color: #CC3D1F; }
a { background-color: rgb(204,61,31); }
div.DivClassName
{
background-color: #CC3D1F;
}
.BgClassName
{
background-color: #CC3D1F;
}
</style>
border-color css
<style>
span { border-color: #CC3D1F; }
span { border-color: rgb(204,61,31); }
td.TdClassName
{
border-color: #CC3D1F;
}
.TagClassName
{
border-color: #CC3D1F;
}
</style>