Html Css Color HEX #CC441F Harley Davidson Orange
📋 copy color: '#CC441F'red 204 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #CC441F
Tints of Harley Davidson Orange #CC441F
RGB
CMYK
RGB Variations
Color information
#CC441F (or 0xCC441F) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 1F. RGB value is (204,68,31). Sum of RGB (Red+Green+Blue) = 204+68+31=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC441F is #33BBE0. Grayscale: #686868. Windows color (decimal): -3390433 or 2049228. OLE color: 2049228.
HSL color Cylindrical-coordinate representation of color #CC441F: hue angle of 12.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC441F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 31 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.2 |
| HSL | 12.83º | 0.74% | 0.46% | - |
| HSV(B) | 12.83º | 0.85% | 0.8% | - |
| XYZ | 27.22 | 17.07 | 3.16 | - |
| YUV | 104.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 31 | 0 | 0.67 | 0.85 | 0.2 | 12.83 | 0.74 | 0.46 |
| Hex | CC | 44 | 1F | 0 | 43 | 55 | 14 | D | 4A | 2E |
| Octal | 314 | 104 | 37 | 0 | 103 | 125 | 24 | 15 | 112 | 56 |
| Binary | 11001100 | 1000100 | 11111 | 0 | 1000011 | 1010101 | 10100 | 1101 | 1001010 | 101110 |
Color Harmonies of #CC441F
Complementary color
Monochromatic Colors of #CC441F
Black with #CC441F
Text Example
Text Example
White with #CC441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC441F; }
p { color: rgb(204,68,31); }
H1.HeaderClassName
{
color: #CC441F;
}
.AnyTagClassName
{
color: #CC441F;
}
</style>
background-color css
<style>
a { background-color: #CC441F; }
a { background-color: rgb(204,68,31); }
div.DivClassName
{
background-color: #CC441F;
}
.BgClassName
{
background-color: #CC441F;
}
</style>
border-color css
<style>
span { border-color: #CC441F; }
span { border-color: rgb(204,68,31); }
td.TdClassName
{
border-color: #CC441F;
}
.TagClassName
{
border-color: #CC441F;
}
</style>