Html Css Color HEX #CC3D15 Harley Davidson Orange
📋 copy color: '#CC3D15'red 204 ◦ green 61 ◦ blue 21
Shades of Harley Davidson Orange #CC3D15
Tints of Harley Davidson Orange #CC3D15
RGB
CMYK
RGB Variations
Color information
#CC3D15 (or 0xCC3D15) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 15. RGB value is (204,61,21). Sum of RGB (Red+Green+Blue) = 204+61+21=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3D15 is #33C2EA. Grayscale: #636363. Windows color (decimal): -3392235 or 1392076. OLE color: 1392076.
HSL color Cylindrical-coordinate representation of color #CC3D15: hue angle of 13.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3D15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.2 |
| HSL | 13.11º | 0.81% | 0.44% | - |
| HSV(B) | 13.11º | 0.9% | 0.8% | - |
| XYZ | 26.71 | 16.23 | 2.43 | - |
| YUV | 99.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 21 | 0 | 0.70 | 0.90 | 0.2 | 13.11 | 0.81 | 0.44 |
| Hex | CC | 3D | 15 | 0 | 46 | 5A | 14 | D | 51 | 2C |
| Octal | 314 | 75 | 25 | 0 | 106 | 132 | 24 | 15 | 121 | 54 |
| Binary | 11001100 | 111101 | 10101 | 0 | 1000110 | 1011010 | 10100 | 1101 | 1010001 | 101100 |
Color Harmonies of #CC3D15
Complementary color
Monochromatic Colors of #CC3D15
Black with #CC3D15
Text Example
Text Example
White with #CC3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D15; }
p { color: rgb(204,61,21); }
H1.HeaderClassName
{
color: #CC3D15;
}
.AnyTagClassName
{
color: #CC3D15;
}
</style>
background-color css
<style>
a { background-color: #CC3D15; }
a { background-color: rgb(204,61,21); }
div.DivClassName
{
background-color: #CC3D15;
}
.BgClassName
{
background-color: #CC3D15;
}
</style>
border-color css
<style>
span { border-color: #CC3D15; }
span { border-color: rgb(204,61,21); }
td.TdClassName
{
border-color: #CC3D15;
}
.TagClassName
{
border-color: #CC3D15;
}
</style>