Html Css Color HEX #CC3A13 Harley Davidson Orange
📋 copy color: '#CC3A13'red 204 ◦ green 58 ◦ blue 19
Shades of Harley Davidson Orange #CC3A13
Tints of Harley Davidson Orange #CC3A13
RGB
CMYK
RGB Variations
Color information
#CC3A13 (or 0xCC3A13) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 13. RGB value is (204,58,19). Sum of RGB (Red+Green+Blue) = 204+58+19=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A13 is #33C5EC. Grayscale: #616161. Windows color (decimal): -3393005 or 1260236. OLE color: 1260236.
HSL color Cylindrical-coordinate representation of color #CC3A13: hue angle of 12.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3A13 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 19 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.2 |
| HSL | 12.65º | 0.83% | 0.44% | - |
| HSV(B) | 12.65º | 0.91% | 0.8% | - |
| XYZ | 26.53 | 15.91 | 2.29 | - |
| YUV | 97.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 19 | 0 | 0.72 | 0.91 | 0.2 | 12.65 | 0.83 | 0.44 |
| Hex | CC | 3A | 13 | 0 | 48 | 5B | 14 | D | 53 | 2C |
| Octal | 314 | 72 | 23 | 0 | 110 | 133 | 24 | 15 | 123 | 54 |
| Binary | 11001100 | 111010 | 10011 | 0 | 1001000 | 1011011 | 10100 | 1101 | 1010011 | 101100 |
Color Harmonies of #CC3A13
Complementary color
Monochromatic Colors of #CC3A13
Black with #CC3A13
Text Example
Text Example
White with #CC3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A13; }
p { color: rgb(204,58,19); }
H1.HeaderClassName
{
color: #CC3A13;
}
.AnyTagClassName
{
color: #CC3A13;
}
</style>
background-color css
<style>
a { background-color: #CC3A13; }
a { background-color: rgb(204,58,19); }
div.DivClassName
{
background-color: #CC3A13;
}
.BgClassName
{
background-color: #CC3A13;
}
</style>
border-color css
<style>
span { border-color: #CC3A13; }
span { border-color: rgb(204,58,19); }
td.TdClassName
{
border-color: #CC3A13;
}
.TagClassName
{
border-color: #CC3A13;
}
</style>