Html Css Color HEX #CC260A Harley Davidson Orange
📋 copy color: '#CC260A'red 204 ◦ green 38 ◦ blue 10
Shades of Harley Davidson Orange #CC260A
Tints of Harley Davidson Orange #CC260A
RGB
CMYK
RGB Variations
Color information
#CC260A (or 0xCC260A) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 0A. RGB value is (204,38,10). Sum of RGB (Red+Green+Blue) = 204+38+10=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC260A is #33D9F5. Grayscale: #545454. Windows color (decimal): -3398134 or 665292. OLE color: 665292.
HSL color Cylindrical-coordinate representation of color #CC260A: hue angle of 8.66º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC260A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 10 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.2 |
| HSL | 8.66º | 0.91% | 0.42% | - |
| HSV(B) | 8.66º | 0.95% | 0.8% | - |
| XYZ | 25.65 | 14.25 | 1.68 | - |
| YUV | 84.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 10 | 0 | 0.81 | 0.95 | 0.2 | 8.66 | 0.91 | 0.42 |
| Hex | CC | 26 | A | 0 | 51 | 5F | 14 | 9 | 5B | 2A |
| Octal | 314 | 46 | 12 | 0 | 121 | 137 | 24 | 11 | 133 | 52 |
| Binary | 11001100 | 100110 | 1010 | 0 | 1010001 | 1011111 | 10100 | 1001 | 1011011 | 101010 |
Color Harmonies of #CC260A
Complementary color
Monochromatic Colors of #CC260A
Black with #CC260A
Text Example
Text Example
White with #CC260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC260A; }
p { color: rgb(204,38,10); }
H1.HeaderClassName
{
color: #CC260A;
}
.AnyTagClassName
{
color: #CC260A;
}
</style>
background-color css
<style>
a { background-color: #CC260A; }
a { background-color: rgb(204,38,10); }
div.DivClassName
{
background-color: #CC260A;
}
.BgClassName
{
background-color: #CC260A;
}
</style>
border-color css
<style>
span { border-color: #CC260A; }
span { border-color: rgb(204,38,10); }
td.TdClassName
{
border-color: #CC260A;
}
.TagClassName
{
border-color: #CC260A;
}
</style>