Html Css Color HEX #CC260D Harley Davidson Orange
📋 copy color: '#CC260D'red 204 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #CC260D
Tints of Harley Davidson Orange #CC260D
RGB
CMYK
RGB Variations
Color information
#CC260D (or 0xCC260D) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 0D. RGB value is (204,38,13). Sum of RGB (Red+Green+Blue) = 204+38+13=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC260D is #33D9F2. Grayscale: #555555. Windows color (decimal): -3398131 or 861900. OLE color: 861900.
HSL color Cylindrical-coordinate representation of color #CC260D: hue angle of 7.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC260D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.2 |
| HSL | 7.85º | 0.88% | 0.43% | - |
| HSV(B) | 7.85º | 0.94% | 0.8% | - |
| XYZ | 25.67 | 14.25 | 1.78 | - |
| YUV | 84.78 | 87.5 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 13 | 0 | 0.81 | 0.94 | 0.2 | 7.85 | 0.88 | 0.43 |
| Hex | CC | 26 | D | 0 | 51 | 5E | 14 | 8 | 58 | 2B |
| Octal | 314 | 46 | 15 | 0 | 121 | 136 | 24 | 10 | 130 | 53 |
| Binary | 11001100 | 100110 | 1101 | 0 | 1010001 | 1011110 | 10100 | 1000 | 1011000 | 101011 |
Color Harmonies of #CC260D
Complementary color
Monochromatic Colors of #CC260D
Black with #CC260D
Text Example
Text Example
White with #CC260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC260D; }
p { color: rgb(204,38,13); }
H1.HeaderClassName
{
color: #CC260D;
}
.AnyTagClassName
{
color: #CC260D;
}
</style>
background-color css
<style>
a { background-color: #CC260D; }
a { background-color: rgb(204,38,13); }
div.DivClassName
{
background-color: #CC260D;
}
.BgClassName
{
background-color: #CC260D;
}
</style>
border-color css
<style>
span { border-color: #CC260D; }
span { border-color: rgb(204,38,13); }
td.TdClassName
{
border-color: #CC260D;
}
.TagClassName
{
border-color: #CC260D;
}
</style>