Html Css Color HEX #CC4415 Harley Davidson Orange
📋 copy color: '#CC4415'red 204 ◦ green 68 ◦ blue 21
Shades of Harley Davidson Orange #CC4415
Tints of Harley Davidson Orange #CC4415
RGB
CMYK
RGB Variations
Color information
#CC4415 (or 0xCC4415) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 15. RGB value is (204,68,21). Sum of RGB (Red+Green+Blue) = 204+68+21=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4415 is #33BBEA. Grayscale: #676767. Windows color (decimal): -3390443 or 1393868. OLE color: 1393868.
HSL color Cylindrical-coordinate representation of color #CC4415: hue angle of 15.41º 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 #CC4415 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 21 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.2 |
| HSL | 15.41º | 0.81% | 0.44% | - |
| HSV(B) | 15.41º | 0.9% | 0.8% | - |
| XYZ | 27.1 | 17.03 | 2.57 | - |
| YUV | 103.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 21 | 0 | 0.67 | 0.90 | 0.2 | 15.41 | 0.81 | 0.44 |
| Hex | CC | 44 | 15 | 0 | 43 | 5A | 14 | F | 51 | 2C |
| Octal | 314 | 104 | 25 | 0 | 103 | 132 | 24 | 17 | 121 | 54 |
| Binary | 11001100 | 1000100 | 10101 | 0 | 1000011 | 1011010 | 10100 | 1111 | 1010001 | 101100 |
Color Harmonies of #CC4415
Complementary color
Monochromatic Colors of #CC4415
Black with #CC4415
Text Example
Text Example
White with #CC4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4415; }
p { color: rgb(204,68,21); }
H1.HeaderClassName
{
color: #CC4415;
}
.AnyTagClassName
{
color: #CC4415;
}
</style>
background-color css
<style>
a { background-color: #CC4415; }
a { background-color: rgb(204,68,21); }
div.DivClassName
{
background-color: #CC4415;
}
.BgClassName
{
background-color: #CC4415;
}
</style>
border-color css
<style>
span { border-color: #CC4415; }
span { border-color: rgb(204,68,21); }
td.TdClassName
{
border-color: #CC4415;
}
.TagClassName
{
border-color: #CC4415;
}
</style>