Html Css Color HEX #CC3C03 Harley Davidson Orange
📋 copy color: '#CC3C03'red 204 ◦ green 60 ◦ blue 3
Shades of Harley Davidson Orange #CC3C03
Tints of Harley Davidson Orange #CC3C03
RGB
CMYK
RGB Variations
Color information
#CC3C03 (or 0xCC3C03) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 03. RGB value is (204,60,3). Sum of RGB (Red+Green+Blue) = 204+60+3=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C03 is #33C3FC. Grayscale: #606060. Windows color (decimal): -3392509 or 212172. OLE color: 212172.
HSL color Cylindrical-coordinate representation of color #CC3C03: hue angle of 17.01º 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 #CC3C03 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.2 |
| HSL | 17.01º | 0.97% | 0.41% | - |
| HSV(B) | 17.01º | 0.99% | 0.8% | - |
| XYZ | 26.53 | 16.08 | 1.79 | - |
| YUV | 96.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 3 | 0 | 0.71 | 0.99 | 0.2 | 17.01 | 0.97 | 0.41 |
| Hex | CC | 3C | 3 | 0 | 47 | 63 | 14 | 11 | 61 | 29 |
| Octal | 314 | 74 | 3 | 0 | 107 | 143 | 24 | 21 | 141 | 51 |
| Binary | 11001100 | 111100 | 11 | 0 | 1000111 | 1100011 | 10100 | 10001 | 1100001 | 101001 |
Color Harmonies of #CC3C03
Complementary color
Monochromatic Colors of #CC3C03
Black with #CC3C03
Text Example
Text Example
White with #CC3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C03; }
p { color: rgb(204,60,3); }
H1.HeaderClassName
{
color: #CC3C03;
}
.AnyTagClassName
{
color: #CC3C03;
}
</style>
background-color css
<style>
a { background-color: #CC3C03; }
a { background-color: rgb(204,60,3); }
div.DivClassName
{
background-color: #CC3C03;
}
.BgClassName
{
background-color: #CC3C03;
}
</style>
border-color css
<style>
span { border-color: #CC3C03; }
span { border-color: rgb(204,60,3); }
td.TdClassName
{
border-color: #CC3C03;
}
.TagClassName
{
border-color: #CC3C03;
}
</style>