Html Css Color HEX #CC4A1C Harley Davidson Orange
📋 copy color: '#CC4A1C'red 204 ◦ green 74 ◦ blue 28
Shades of Harley Davidson Orange #CC4A1C
Tints of Harley Davidson Orange #CC4A1C
RGB
CMYK
RGB Variations
Color information
#CC4A1C (or 0xCC4A1C) is known color: Harley Davidson Orange. HEX triplet: CC, 4A and 1C. RGB value is (204,74,28). Sum of RGB (Red+Green+Blue) = 204+74+28=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A1C is #33B5E3. Grayscale: #6B6B6B. Windows color (decimal): -3388900 or 1854156. OLE color: 1854156.
HSL color Cylindrical-coordinate representation of color #CC4A1C: hue angle of 15.68º 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 #CC4A1C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.2 |
| HSL | 15.68º | 0.76% | 0.45% | - |
| HSV(B) | 15.68º | 0.86% | 0.8% | - |
| XYZ | 27.56 | 17.82 | 3.09 | - |
| YUV | 107.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 28 | 0 | 0.64 | 0.86 | 0.2 | 15.68 | 0.76 | 0.45 |
| Hex | CC | 4A | 1C | 0 | 40 | 56 | 14 | 10 | 4C | 2D |
| Octal | 314 | 112 | 34 | 0 | 100 | 126 | 24 | 20 | 114 | 55 |
| Binary | 11001100 | 1001010 | 11100 | 0 | 1000000 | 1010110 | 10100 | 10000 | 1001100 | 101101 |
Color Harmonies of #CC4A1C
Complementary color
Monochromatic Colors of #CC4A1C
Black with #CC4A1C
Text Example
Text Example
White with #CC4A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A1C; }
p { color: rgb(204,74,28); }
H1.HeaderClassName
{
color: #CC4A1C;
}
.AnyTagClassName
{
color: #CC4A1C;
}
</style>
background-color css
<style>
a { background-color: #CC4A1C; }
a { background-color: rgb(204,74,28); }
div.DivClassName
{
background-color: #CC4A1C;
}
.BgClassName
{
background-color: #CC4A1C;
}
</style>
border-color css
<style>
span { border-color: #CC4A1C; }
span { border-color: rgb(204,74,28); }
td.TdClassName
{
border-color: #CC4A1C;
}
.TagClassName
{
border-color: #CC4A1C;
}
</style>