Html Css Color HEX #CC411F Harley Davidson Orange
📋 copy color: '#CC411F'red 204 ◦ green 65 ◦ blue 31
Shades of Harley Davidson Orange #CC411F
Tints of Harley Davidson Orange #CC411F
RGB
CMYK
RGB Variations
Color information
#CC411F (or 0xCC411F) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 1F. RGB value is (204,65,31). Sum of RGB (Red+Green+Blue) = 204+65+31=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC411F is #33BEE0. Grayscale: #666666. Windows color (decimal): -3391201 or 2048460. OLE color: 2048460.
HSL color Cylindrical-coordinate representation of color #CC411F: hue angle of 11.79º 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 #CC411F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.2 |
| HSL | 11.79º | 0.74% | 0.46% | - |
| HSV(B) | 11.79º | 0.85% | 0.8% | - |
| XYZ | 27.04 | 16.72 | 3.1 | - |
| YUV | 102.69 | 87.55 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 31 | 0 | 0.68 | 0.85 | 0.2 | 11.79 | 0.74 | 0.46 |
| Hex | CC | 41 | 1F | 0 | 44 | 55 | 14 | C | 4A | 2E |
| Octal | 314 | 101 | 37 | 0 | 104 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001100 | 1000001 | 11111 | 0 | 1000100 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CC411F
Complementary color
Monochromatic Colors of #CC411F
Black with #CC411F
Text Example
Text Example
White with #CC411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC411F; }
p { color: rgb(204,65,31); }
H1.HeaderClassName
{
color: #CC411F;
}
.AnyTagClassName
{
color: #CC411F;
}
</style>
background-color css
<style>
a { background-color: #CC411F; }
a { background-color: rgb(204,65,31); }
div.DivClassName
{
background-color: #CC411F;
}
.BgClassName
{
background-color: #CC411F;
}
</style>
border-color css
<style>
span { border-color: #CC411F; }
span { border-color: rgb(204,65,31); }
td.TdClassName
{
border-color: #CC411F;
}
.TagClassName
{
border-color: #CC411F;
}
</style>