Html Css Color HEX #CC260F Harley Davidson Orange
📋 copy color: '#CC260F'red 204 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #CC260F
Tints of Harley Davidson Orange #CC260F
RGB
CMYK
RGB Variations
Color information
#CC260F (or 0xCC260F) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 0F. RGB value is (204,38,15). Sum of RGB (Red+Green+Blue) = 204+38+15=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC260F is #33D9F0. Grayscale: #555555. Windows color (decimal): -3398129 or 992972. OLE color: 992972.
HSL color Cylindrical-coordinate representation of color #CC260F: hue angle of 7.3º 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 #CC260F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 15 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.2 |
| HSL | 7.3º | 0.86% | 0.43% | - |
| HSV(B) | 7.3º | 0.93% | 0.8% | - |
| XYZ | 25.68 | 14.26 | 1.85 | - |
| YUV | 85.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 15 | 0 | 0.81 | 0.93 | 0.2 | 7.3 | 0.86 | 0.43 |
| Hex | CC | 26 | F | 0 | 51 | 5D | 14 | 7 | 56 | 2B |
| Octal | 314 | 46 | 17 | 0 | 121 | 135 | 24 | 7 | 126 | 53 |
| Binary | 11001100 | 100110 | 1111 | 0 | 1010001 | 1011101 | 10100 | 111 | 1010110 | 101011 |
Color Harmonies of #CC260F
Complementary color
Monochromatic Colors of #CC260F
Black with #CC260F
Text Example
Text Example
White with #CC260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC260F; }
p { color: rgb(204,38,15); }
H1.HeaderClassName
{
color: #CC260F;
}
.AnyTagClassName
{
color: #CC260F;
}
</style>
background-color css
<style>
a { background-color: #CC260F; }
a { background-color: rgb(204,38,15); }
div.DivClassName
{
background-color: #CC260F;
}
.BgClassName
{
background-color: #CC260F;
}
</style>
border-color css
<style>
span { border-color: #CC260F; }
span { border-color: rgb(204,38,15); }
td.TdClassName
{
border-color: #CC260F;
}
.TagClassName
{
border-color: #CC260F;
}
</style>