Html Css Color HEX #CC450F Harley Davidson Orange
📋 copy color: '#CC450F'red 204 ◦ green 69 ◦ blue 15
Shades of Harley Davidson Orange #CC450F
Tints of Harley Davidson Orange #CC450F
RGB
CMYK
RGB Variations
Color information
#CC450F (or 0xCC450F) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 0F. RGB value is (204,69,15). Sum of RGB (Red+Green+Blue) = 204+69+15=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC450F is #33BAF0. Grayscale: #676767. Windows color (decimal): -3390193 or 1000908. OLE color: 1000908.
HSL color Cylindrical-coordinate representation of color #CC450F: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC450F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.2 |
| HSL | 17.14º | 0.86% | 0.43% | - |
| HSV(B) | 17.14º | 0.93% | 0.8% | - |
| XYZ | 27.12 | 17.13 | 2.33 | - |
| YUV | 103.21 | 78.23 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 15 | 0 | 0.66 | 0.93 | 0.2 | 17.14 | 0.86 | 0.43 |
| Hex | CC | 45 | F | 0 | 42 | 5D | 14 | 11 | 56 | 2B |
| Octal | 314 | 105 | 17 | 0 | 102 | 135 | 24 | 21 | 126 | 53 |
| Binary | 11001100 | 1000101 | 1111 | 0 | 1000010 | 1011101 | 10100 | 10001 | 1010110 | 101011 |
Color Harmonies of #CC450F
Complementary color
Monochromatic Colors of #CC450F
Black with #CC450F
Text Example
Text Example
White with #CC450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC450F; }
p { color: rgb(204,69,15); }
H1.HeaderClassName
{
color: #CC450F;
}
.AnyTagClassName
{
color: #CC450F;
}
</style>
background-color css
<style>
a { background-color: #CC450F; }
a { background-color: rgb(204,69,15); }
div.DivClassName
{
background-color: #CC450F;
}
.BgClassName
{
background-color: #CC450F;
}
</style>
border-color css
<style>
span { border-color: #CC450F; }
span { border-color: rgb(204,69,15); }
td.TdClassName
{
border-color: #CC450F;
}
.TagClassName
{
border-color: #CC450F;
}
</style>