Html Css Color HEX #CC3A19 Harley Davidson Orange
📋 copy color: '#CC3A19'red 204 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #CC3A19
Tints of Harley Davidson Orange #CC3A19
RGB
CMYK
RGB Variations
Color information
#CC3A19 (or 0xCC3A19) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 19. RGB value is (204,58,25). Sum of RGB (Red+Green+Blue) = 204+58+25=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A19 is #33C5E6. Grayscale: #626262. Windows color (decimal): -3392999 or 1653452. OLE color: 1653452.
HSL color Cylindrical-coordinate representation of color #CC3A19: hue angle of 11.06º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC3A19 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.2 |
| HSL | 11.06º | 0.78% | 0.45% | - |
| HSV(B) | 11.06º | 0.88% | 0.8% | - |
| XYZ | 26.59 | 15.93 | 2.59 | - |
| YUV | 97.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 25 | 0 | 0.72 | 0.88 | 0.2 | 11.06 | 0.78 | 0.45 |
| Hex | CC | 3A | 19 | 0 | 48 | 58 | 14 | B | 4E | 2D |
| Octal | 314 | 72 | 31 | 0 | 110 | 130 | 24 | 13 | 116 | 55 |
| Binary | 11001100 | 111010 | 11001 | 0 | 1001000 | 1011000 | 10100 | 1011 | 1001110 | 101101 |
Color Harmonies of #CC3A19
Complementary color
Monochromatic Colors of #CC3A19
Black with #CC3A19
Text Example
Text Example
White with #CC3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A19; }
p { color: rgb(204,58,25); }
H1.HeaderClassName
{
color: #CC3A19;
}
.AnyTagClassName
{
color: #CC3A19;
}
</style>
background-color css
<style>
a { background-color: #CC3A19; }
a { background-color: rgb(204,58,25); }
div.DivClassName
{
background-color: #CC3A19;
}
.BgClassName
{
background-color: #CC3A19;
}
</style>
border-color css
<style>
span { border-color: #CC3A19; }
span { border-color: rgb(204,58,25); }
td.TdClassName
{
border-color: #CC3A19;
}
.TagClassName
{
border-color: #CC3A19;
}
</style>