Html Css Color HEX #CC4114 Harley Davidson Orange
📋 copy color: '#CC4114'red 204 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #CC4114
Tints of Harley Davidson Orange #CC4114
RGB
CMYK
RGB Variations
Color information
#CC4114 (or 0xCC4114) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 14. RGB value is (204,65,20). Sum of RGB (Red+Green+Blue) = 204+65+20=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4114 is #33BEEB. Grayscale: #656565. Windows color (decimal): -3391212 or 1327564. OLE color: 1327564.
HSL color Cylindrical-coordinate representation of color #CC4114: hue angle of 14.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4114 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.2 |
| HSL | 14.67º | 0.82% | 0.44% | - |
| HSV(B) | 14.67º | 0.9% | 0.8% | - |
| XYZ | 26.92 | 16.67 | 2.46 | - |
| YUV | 101.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 20 | 0 | 0.68 | 0.90 | 0.2 | 14.67 | 0.82 | 0.44 |
| Hex | CC | 41 | 14 | 0 | 44 | 5A | 14 | F | 52 | 2C |
| Octal | 314 | 101 | 24 | 0 | 104 | 132 | 24 | 17 | 122 | 54 |
| Binary | 11001100 | 1000001 | 10100 | 0 | 1000100 | 1011010 | 10100 | 1111 | 1010010 | 101100 |
Color Harmonies of #CC4114
Complementary color
Monochromatic Colors of #CC4114
Black with #CC4114
Text Example
Text Example
White with #CC4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4114; }
p { color: rgb(204,65,20); }
H1.HeaderClassName
{
color: #CC4114;
}
.AnyTagClassName
{
color: #CC4114;
}
</style>
background-color css
<style>
a { background-color: #CC4114; }
a { background-color: rgb(204,65,20); }
div.DivClassName
{
background-color: #CC4114;
}
.BgClassName
{
background-color: #CC4114;
}
</style>
border-color css
<style>
span { border-color: #CC4114; }
span { border-color: rgb(204,65,20); }
td.TdClassName
{
border-color: #CC4114;
}
.TagClassName
{
border-color: #CC4114;
}
</style>