Html Css Color HEX #CC440A Harley Davidson Orange
📋 copy color: '#CC440A'red 204 ◦ green 68 ◦ blue 10
Shades of Harley Davidson Orange #CC440A
Tints of Harley Davidson Orange #CC440A
RGB
CMYK
RGB Variations
Color information
#CC440A (or 0xCC440A) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 0A. RGB value is (204,68,10). Sum of RGB (Red+Green+Blue) = 204+68+10=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC440A is #33BBF5. Grayscale: #666666. Windows color (decimal): -3390454 or 672972. OLE color: 672972.
HSL color Cylindrical-coordinate representation of color #CC440A: hue angle of 17.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC440A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.2 |
| HSL | 17.94º | 0.91% | 0.42% | - |
| HSV(B) | 17.94º | 0.95% | 0.8% | - |
| XYZ | 27.02 | 16.99 | 2.14 | - |
| YUV | 102.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 10 | 0 | 0.67 | 0.95 | 0.2 | 17.94 | 0.91 | 0.42 |
| Hex | CC | 44 | A | 0 | 43 | 5F | 14 | 12 | 5B | 2A |
| Octal | 314 | 104 | 12 | 0 | 103 | 137 | 24 | 22 | 133 | 52 |
| Binary | 11001100 | 1000100 | 1010 | 0 | 1000011 | 1011111 | 10100 | 10010 | 1011011 | 101010 |
Color Harmonies of #CC440A
Complementary color
Monochromatic Colors of #CC440A
Black with #CC440A
Text Example
Text Example
White with #CC440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC440A; }
p { color: rgb(204,68,10); }
H1.HeaderClassName
{
color: #CC440A;
}
.AnyTagClassName
{
color: #CC440A;
}
</style>
background-color css
<style>
a { background-color: #CC440A; }
a { background-color: rgb(204,68,10); }
div.DivClassName
{
background-color: #CC440A;
}
.BgClassName
{
background-color: #CC440A;
}
</style>
border-color css
<style>
span { border-color: #CC440A; }
span { border-color: rgb(204,68,10); }
td.TdClassName
{
border-color: #CC440A;
}
.TagClassName
{
border-color: #CC440A;
}
</style>