Html Css Color HEX #CC481C Harley Davidson Orange
📋 copy color: '#CC481C'red 204 ◦ green 72 ◦ blue 28
Shades of Harley Davidson Orange #CC481C
Tints of Harley Davidson Orange #CC481C
RGB
CMYK
RGB Variations
Color information
#CC481C (or 0xCC481C) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 1C. RGB value is (204,72,28). Sum of RGB (Red+Green+Blue) = 204+72+28=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC481C is #33B7E3. Grayscale: #6A6A6A. Windows color (decimal): -3389412 or 1853644. OLE color: 1853644.
HSL color Cylindrical-coordinate representation of color #CC481C: hue angle of 15º 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 #CC481C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 28 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.2 |
| HSL | 15º | 0.76% | 0.45% | - |
| HSV(B) | 15º | 0.86% | 0.8% | - |
| XYZ | 27.43 | 17.56 | 3.04 | - |
| YUV | 106.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 28 | 0 | 0.65 | 0.86 | 0.2 | 15 | 0.76 | 0.45 |
| Hex | CC | 48 | 1C | 0 | 41 | 56 | 14 | F | 4C | 2D |
| Octal | 314 | 110 | 34 | 0 | 101 | 126 | 24 | 17 | 114 | 55 |
| Binary | 11001100 | 1001000 | 11100 | 0 | 1000001 | 1010110 | 10100 | 1111 | 1001100 | 101101 |
Color Harmonies of #CC481C
Complementary color
Monochromatic Colors of #CC481C
Black with #CC481C
Text Example
Text Example
White with #CC481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC481C; }
p { color: rgb(204,72,28); }
H1.HeaderClassName
{
color: #CC481C;
}
.AnyTagClassName
{
color: #CC481C;
}
</style>
background-color css
<style>
a { background-color: #CC481C; }
a { background-color: rgb(204,72,28); }
div.DivClassName
{
background-color: #CC481C;
}
.BgClassName
{
background-color: #CC481C;
}
</style>
border-color css
<style>
span { border-color: #CC481C; }
span { border-color: rgb(204,72,28); }
td.TdClassName
{
border-color: #CC481C;
}
.TagClassName
{
border-color: #CC481C;
}
</style>