Html Css Color HEX #CC2603 Harley Davidson Orange
📋 copy color: '#CC2603'red 204 ◦ green 38 ◦ blue 3
Shades of Harley Davidson Orange #CC2603
Tints of Harley Davidson Orange #CC2603
RGB
CMYK
RGB Variations
Color information
#CC2603 (or 0xCC2603) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 03. RGB value is (204,38,3). Sum of RGB (Red+Green+Blue) = 204+38+3=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2603 is #33D9FC. Grayscale: #535353. Windows color (decimal): -3398141 or 206540. OLE color: 206540.
HSL color Cylindrical-coordinate representation of color #CC2603: hue angle of 10.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC2603 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.2 |
| HSL | 10.45º | 0.97% | 0.41% | - |
| HSV(B) | 10.45º | 0.99% | 0.8% | - |
| XYZ | 25.61 | 14.23 | 1.48 | - |
| YUV | 83.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 3 | 0 | 0.81 | 0.99 | 0.2 | 10.45 | 0.97 | 0.41 |
| Hex | CC | 26 | 3 | 0 | 51 | 63 | 14 | A | 61 | 29 |
| Octal | 314 | 46 | 3 | 0 | 121 | 143 | 24 | 12 | 141 | 51 |
| Binary | 11001100 | 100110 | 11 | 0 | 1010001 | 1100011 | 10100 | 1010 | 1100001 | 101001 |
Color Harmonies of #CC2603
Complementary color
Monochromatic Colors of #CC2603
Black with #CC2603
Text Example
Text Example
White with #CC2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2603; }
p { color: rgb(204,38,3); }
H1.HeaderClassName
{
color: #CC2603;
}
.AnyTagClassName
{
color: #CC2603;
}
</style>
background-color css
<style>
a { background-color: #CC2603; }
a { background-color: rgb(204,38,3); }
div.DivClassName
{
background-color: #CC2603;
}
.BgClassName
{
background-color: #CC2603;
}
</style>
border-color css
<style>
span { border-color: #CC2603; }
span { border-color: rgb(204,38,3); }
td.TdClassName
{
border-color: #CC2603;
}
.TagClassName
{
border-color: #CC2603;
}
</style>