Html Css Color HEX #CC451C Harley Davidson Orange
📋 copy color: '#CC451C'red 204 ◦ green 69 ◦ blue 28
Shades of Harley Davidson Orange #CC451C
Tints of Harley Davidson Orange #CC451C
RGB
CMYK
RGB Variations
Color information
#CC451C (or 0xCC451C) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 1C. RGB value is (204,69,28). Sum of RGB (Red+Green+Blue) = 204+69+28=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC451C is #33BAE3. Grayscale: #686868. Windows color (decimal): -3390180 or 1852876. OLE color: 1852876.
HSL color Cylindrical-coordinate representation of color #CC451C: hue angle of 13.98º 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 #CC451C is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 28 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.2 |
| HSL | 13.98º | 0.76% | 0.45% | - |
| HSV(B) | 13.98º | 0.86% | 0.8% | - |
| XYZ | 27.24 | 17.18 | 2.98 | - |
| YUV | 104.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 28 | 0 | 0.66 | 0.86 | 0.2 | 13.98 | 0.76 | 0.45 |
| Hex | CC | 45 | 1C | 0 | 42 | 56 | 14 | E | 4C | 2D |
| Octal | 314 | 105 | 34 | 0 | 102 | 126 | 24 | 16 | 114 | 55 |
| Binary | 11001100 | 1000101 | 11100 | 0 | 1000010 | 1010110 | 10100 | 1110 | 1001100 | 101101 |
Color Harmonies of #CC451C
Complementary color
Monochromatic Colors of #CC451C
Black with #CC451C
Text Example
Text Example
White with #CC451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC451C; }
p { color: rgb(204,69,28); }
H1.HeaderClassName
{
color: #CC451C;
}
.AnyTagClassName
{
color: #CC451C;
}
</style>
background-color css
<style>
a { background-color: #CC451C; }
a { background-color: rgb(204,69,28); }
div.DivClassName
{
background-color: #CC451C;
}
.BgClassName
{
background-color: #CC451C;
}
</style>
border-color css
<style>
span { border-color: #CC451C; }
span { border-color: rgb(204,69,28); }
td.TdClassName
{
border-color: #CC451C;
}
.TagClassName
{
border-color: #CC451C;
}
</style>