Html Css Color HEX #CC280F Harley Davidson Orange
📋 copy color: '#CC280F'red 204 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #CC280F
Tints of Harley Davidson Orange #CC280F
RGB
CMYK
RGB Variations
Color information
#CC280F (or 0xCC280F) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 0F. RGB value is (204,40,15). Sum of RGB (Red+Green+Blue) = 204+40+15=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC280F is #33D7F0. Grayscale: #565656. Windows color (decimal): -3397617 or 993484. OLE color: 993484.
HSL color Cylindrical-coordinate representation of color #CC280F: hue angle of 7.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC280F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 15 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.2 |
| HSL | 7.94º | 0.86% | 0.43% | - |
| HSV(B) | 7.94º | 0.93% | 0.8% | - |
| XYZ | 25.75 | 14.39 | 1.87 | - |
| YUV | 86.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 15 | 0 | 0.80 | 0.93 | 0.2 | 7.94 | 0.86 | 0.43 |
| Hex | CC | 28 | F | 0 | 50 | 5D | 14 | 8 | 56 | 2B |
| Octal | 314 | 50 | 17 | 0 | 120 | 135 | 24 | 10 | 126 | 53 |
| Binary | 11001100 | 101000 | 1111 | 0 | 1010000 | 1011101 | 10100 | 1000 | 1010110 | 101011 |
Color Harmonies of #CC280F
Complementary color
Monochromatic Colors of #CC280F
Black with #CC280F
Text Example
Text Example
White with #CC280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC280F; }
p { color: rgb(204,40,15); }
H1.HeaderClassName
{
color: #CC280F;
}
.AnyTagClassName
{
color: #CC280F;
}
</style>
background-color css
<style>
a { background-color: #CC280F; }
a { background-color: rgb(204,40,15); }
div.DivClassName
{
background-color: #CC280F;
}
.BgClassName
{
background-color: #CC280F;
}
</style>
border-color css
<style>
span { border-color: #CC280F; }
span { border-color: rgb(204,40,15); }
td.TdClassName
{
border-color: #CC280F;
}
.TagClassName
{
border-color: #CC280F;
}
</style>