Html Css Color HEX #CC481D Harley Davidson Orange
📋 copy color: '#CC481D'red 204 ◦ green 72 ◦ blue 29
Shades of Harley Davidson Orange #CC481D
Tints of Harley Davidson Orange #CC481D
RGB
CMYK
RGB Variations
Color information
#CC481D (or 0xCC481D) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 1D. RGB value is (204,72,29). Sum of RGB (Red+Green+Blue) = 204+72+29=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC481D is #33B7E2. Grayscale: #6A6A6A. Windows color (decimal): -3389411 or 1919180. OLE color: 1919180.
HSL color Cylindrical-coordinate representation of color #CC481D: hue angle of 14.74º 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 #CC481D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.2 |
| HSL | 14.74º | 0.75% | 0.46% | - |
| HSV(B) | 14.74º | 0.86% | 0.8% | - |
| XYZ | 27.44 | 17.56 | 3.11 | - |
| YUV | 106.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 29 | 0 | 0.65 | 0.86 | 0.2 | 14.74 | 0.75 | 0.46 |
| Hex | CC | 48 | 1D | 0 | 41 | 56 | 14 | F | 4B | 2E |
| Octal | 314 | 110 | 35 | 0 | 101 | 126 | 24 | 17 | 113 | 56 |
| Binary | 11001100 | 1001000 | 11101 | 0 | 1000001 | 1010110 | 10100 | 1111 | 1001011 | 101110 |
Color Harmonies of #CC481D
Complementary color
Monochromatic Colors of #CC481D
Black with #CC481D
Text Example
Text Example
White with #CC481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC481D; }
p { color: rgb(204,72,29); }
H1.HeaderClassName
{
color: #CC481D;
}
.AnyTagClassName
{
color: #CC481D;
}
</style>
background-color css
<style>
a { background-color: #CC481D; }
a { background-color: rgb(204,72,29); }
div.DivClassName
{
background-color: #CC481D;
}
.BgClassName
{
background-color: #CC481D;
}
</style>
border-color css
<style>
span { border-color: #CC481D; }
span { border-color: rgb(204,72,29); }
td.TdClassName
{
border-color: #CC481D;
}
.TagClassName
{
border-color: #CC481D;
}
</style>