Html Css Color HEX #CC3A07 Harley Davidson Orange
📋 copy color: '#CC3A07'red 204 ◦ green 58 ◦ blue 7
Shades of Harley Davidson Orange #CC3A07
Tints of Harley Davidson Orange #CC3A07
RGB
CMYK
RGB Variations
Color information
#CC3A07 (or 0xCC3A07) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 07. RGB value is (204,58,7). Sum of RGB (Red+Green+Blue) = 204+58+7=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A07 is #33C5F8. Grayscale: #606060. Windows color (decimal): -3393017 or 473804. OLE color: 473804.
HSL color Cylindrical-coordinate representation of color #CC3A07: hue angle of 15.53º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC3A07 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.2 |
| HSL | 15.53º | 0.93% | 0.41% | - |
| HSV(B) | 15.53º | 0.97% | 0.8% | - |
| XYZ | 26.45 | 15.88 | 1.87 | - |
| YUV | 95.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 7 | 0 | 0.72 | 0.97 | 0.2 | 15.53 | 0.93 | 0.41 |
| Hex | CC | 3A | 7 | 0 | 48 | 61 | 14 | 10 | 5D | 29 |
| Octal | 314 | 72 | 7 | 0 | 110 | 141 | 24 | 20 | 135 | 51 |
| Binary | 11001100 | 111010 | 111 | 0 | 1001000 | 1100001 | 10100 | 10000 | 1011101 | 101001 |
Color Harmonies of #CC3A07
Complementary color
Monochromatic Colors of #CC3A07
Black with #CC3A07
Text Example
Text Example
White with #CC3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A07; }
p { color: rgb(204,58,7); }
H1.HeaderClassName
{
color: #CC3A07;
}
.AnyTagClassName
{
color: #CC3A07;
}
</style>
background-color css
<style>
a { background-color: #CC3A07; }
a { background-color: rgb(204,58,7); }
div.DivClassName
{
background-color: #CC3A07;
}
.BgClassName
{
background-color: #CC3A07;
}
</style>
border-color css
<style>
span { border-color: #CC3A07; }
span { border-color: rgb(204,58,7); }
td.TdClassName
{
border-color: #CC3A07;
}
.TagClassName
{
border-color: #CC3A07;
}
</style>