Html Css Color HEX #CC261E Harley Davidson Orange
📋 copy color: '#CC261E'red 204 ◦ green 38 ◦ blue 30
Shades of Harley Davidson Orange #CC261E
Tints of Harley Davidson Orange #CC261E
RGB
CMYK
RGB Variations
Color information
#CC261E (or 0xCC261E) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 1E. RGB value is (204,38,30). Sum of RGB (Red+Green+Blue) = 204+38+30=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC261E is #33D9E1. Grayscale: #565656. Windows color (decimal): -3398114 or 1976012. OLE color: 1976012.
HSL color Cylindrical-coordinate representation of color #CC261E: hue angle of 2.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC261E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 30 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.2 |
| HSL | 2.76º | 0.74% | 0.46% | - |
| HSV(B) | 2.76º | 0.85% | 0.8% | - |
| XYZ | 25.83 | 14.32 | 2.63 | - |
| YUV | 86.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 30 | 0 | 0.81 | 0.85 | 0.2 | 2.76 | 0.74 | 0.46 |
| Hex | CC | 26 | 1E | 0 | 51 | 55 | 14 | 3 | 4A | 2E |
| Octal | 314 | 46 | 36 | 0 | 121 | 125 | 24 | 3 | 112 | 56 |
| Binary | 11001100 | 100110 | 11110 | 0 | 1010001 | 1010101 | 10100 | 11 | 1001010 | 101110 |
Color Harmonies of #CC261E
Complementary color
Monochromatic Colors of #CC261E
Black with #CC261E
Text Example
Text Example
White with #CC261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC261E; }
p { color: rgb(204,38,30); }
H1.HeaderClassName
{
color: #CC261E;
}
.AnyTagClassName
{
color: #CC261E;
}
</style>
background-color css
<style>
a { background-color: #CC261E; }
a { background-color: rgb(204,38,30); }
div.DivClassName
{
background-color: #CC261E;
}
.BgClassName
{
background-color: #CC261E;
}
</style>
border-color css
<style>
span { border-color: #CC261E; }
span { border-color: rgb(204,38,30); }
td.TdClassName
{
border-color: #CC261E;
}
.TagClassName
{
border-color: #CC261E;
}
</style>