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