Html Css Color HEX #CC261D Harley Davidson Orange
📋 copy color: '#CC261D'red 204 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #CC261D
Tints of Harley Davidson Orange #CC261D
RGB
CMYK
RGB Variations
Color information
#CC261D (or 0xCC261D) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 1D. RGB value is (204,38,29). Sum of RGB (Red+Green+Blue) = 204+38+29=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC261D is #33D9E2. Grayscale: #565656. Windows color (decimal): -3398115 or 1910476. OLE color: 1910476.
HSL color Cylindrical-coordinate representation of color #CC261D: hue angle of 3.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC261D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.2 |
| HSL | 3.09º | 0.75% | 0.46% | - |
| HSV(B) | 3.09º | 0.86% | 0.8% | - |
| XYZ | 25.82 | 14.31 | 2.56 | - |
| YUV | 86.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 29 | 0 | 0.81 | 0.86 | 0.2 | 3.09 | 0.75 | 0.46 |
| Hex | CC | 26 | 1D | 0 | 51 | 56 | 14 | 3 | 4B | 2E |
| Octal | 314 | 46 | 35 | 0 | 121 | 126 | 24 | 3 | 113 | 56 |
| Binary | 11001100 | 100110 | 11101 | 0 | 1010001 | 1010110 | 10100 | 11 | 1001011 | 101110 |
Color Harmonies of #CC261D
Complementary color
Monochromatic Colors of #CC261D
Black with #CC261D
Text Example
Text Example
White with #CC261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC261D; }
p { color: rgb(204,38,29); }
H1.HeaderClassName
{
color: #CC261D;
}
.AnyTagClassName
{
color: #CC261D;
}
</style>
background-color css
<style>
a { background-color: #CC261D; }
a { background-color: rgb(204,38,29); }
div.DivClassName
{
background-color: #CC261D;
}
.BgClassName
{
background-color: #CC261D;
}
</style>
border-color css
<style>
span { border-color: #CC261D; }
span { border-color: rgb(204,38,29); }
td.TdClassName
{
border-color: #CC261D;
}
.TagClassName
{
border-color: #CC261D;
}
</style>