Html Css Color HEX #CC281C Harley Davidson Orange
📋 copy color: '#CC281C'red 204 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #CC281C
Tints of Harley Davidson Orange #CC281C
RGB
CMYK
RGB Variations
Color information
#CC281C (or 0xCC281C) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 1C. RGB value is (204,40,28). Sum of RGB (Red+Green+Blue) = 204+40+28=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC281C is #33D7E3. Grayscale: #575757. Windows color (decimal): -3397604 or 1845452. OLE color: 1845452.
HSL color Cylindrical-coordinate representation of color #CC281C: hue angle of 4.09º 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 #CC281C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 28 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.2 |
| HSL | 4.09º | 0.76% | 0.45% | - |
| HSV(B) | 4.09º | 0.86% | 0.8% | - |
| XYZ | 25.87 | 14.44 | 2.52 | - |
| YUV | 87.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 28 | 0 | 0.80 | 0.86 | 0.2 | 4.09 | 0.76 | 0.45 |
| Hex | CC | 28 | 1C | 0 | 50 | 56 | 14 | 4 | 4C | 2D |
| Octal | 314 | 50 | 34 | 0 | 120 | 126 | 24 | 4 | 114 | 55 |
| Binary | 11001100 | 101000 | 11100 | 0 | 1010000 | 1010110 | 10100 | 100 | 1001100 | 101101 |
Color Harmonies of #CC281C
Complementary color
Monochromatic Colors of #CC281C
Black with #CC281C
Text Example
Text Example
White with #CC281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC281C; }
p { color: rgb(204,40,28); }
H1.HeaderClassName
{
color: #CC281C;
}
.AnyTagClassName
{
color: #CC281C;
}
</style>
background-color css
<style>
a { background-color: #CC281C; }
a { background-color: rgb(204,40,28); }
div.DivClassName
{
background-color: #CC281C;
}
.BgClassName
{
background-color: #CC281C;
}
</style>
border-color css
<style>
span { border-color: #CC281C; }
span { border-color: rgb(204,40,28); }
td.TdClassName
{
border-color: #CC281C;
}
.TagClassName
{
border-color: #CC281C;
}
</style>