Html Css Color HEX #CC3F1C Harley Davidson Orange
📋 copy color: '#CC3F1C'red 204 ◦ green 63 ◦ blue 28
Shades of Harley Davidson Orange #CC3F1C
Tints of Harley Davidson Orange #CC3F1C
RGB
CMYK
RGB Variations
Color information
#CC3F1C (or 0xCC3F1C) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 1C. RGB value is (204,63,28). Sum of RGB (Red+Green+Blue) = 204+63+28=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F1C is #33C0E3. Grayscale: #656565. Windows color (decimal): -3391716 or 1851340. OLE color: 1851340.
HSL color Cylindrical-coordinate representation of color #CC3F1C: hue angle of 11.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC3F1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.2 |
| HSL | 11.93º | 0.76% | 0.45% | - |
| HSV(B) | 11.93º | 0.86% | 0.8% | - |
| XYZ | 26.89 | 16.48 | 2.86 | - |
| YUV | 101.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 28 | 0 | 0.69 | 0.86 | 0.2 | 11.93 | 0.76 | 0.45 |
| Hex | CC | 3F | 1C | 0 | 45 | 56 | 14 | C | 4C | 2D |
| Octal | 314 | 77 | 34 | 0 | 105 | 126 | 24 | 14 | 114 | 55 |
| Binary | 11001100 | 111111 | 11100 | 0 | 1000101 | 1010110 | 10100 | 1100 | 1001100 | 101101 |
Color Harmonies of #CC3F1C
Complementary color
Monochromatic Colors of #CC3F1C
Black with #CC3F1C
Text Example
Text Example
White with #CC3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F1C; }
p { color: rgb(204,63,28); }
H1.HeaderClassName
{
color: #CC3F1C;
}
.AnyTagClassName
{
color: #CC3F1C;
}
</style>
background-color css
<style>
a { background-color: #CC3F1C; }
a { background-color: rgb(204,63,28); }
div.DivClassName
{
background-color: #CC3F1C;
}
.BgClassName
{
background-color: #CC3F1C;
}
</style>
border-color css
<style>
span { border-color: #CC3F1C; }
span { border-color: rgb(204,63,28); }
td.TdClassName
{
border-color: #CC3F1C;
}
.TagClassName
{
border-color: #CC3F1C;
}
</style>