Html Css Color HEX #CC421F Harley Davidson Orange
📋 copy color: '#CC421F'red 204 ◦ green 66 ◦ blue 31
Shades of Harley Davidson Orange #CC421F
Tints of Harley Davidson Orange #CC421F
RGB
CMYK
RGB Variations
Color information
#CC421F (or 0xCC421F) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 1F. RGB value is (204,66,31). Sum of RGB (Red+Green+Blue) = 204+66+31=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC421F is #33BDE0. Grayscale: #676767. Windows color (decimal): -3390945 or 2048716. OLE color: 2048716.
HSL color Cylindrical-coordinate representation of color #CC421F: hue angle of 12.14º 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 #CC421F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.2 |
| HSL | 12.14º | 0.74% | 0.46% | - |
| HSV(B) | 12.14º | 0.85% | 0.8% | - |
| XYZ | 27.1 | 16.83 | 3.12 | - |
| YUV | 103.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 31 | 0 | 0.68 | 0.85 | 0.2 | 12.14 | 0.74 | 0.46 |
| Hex | CC | 42 | 1F | 0 | 44 | 55 | 14 | C | 4A | 2E |
| Octal | 314 | 102 | 37 | 0 | 104 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001100 | 1000010 | 11111 | 0 | 1000100 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CC421F
Complementary color
Monochromatic Colors of #CC421F
Black with #CC421F
Text Example
Text Example
White with #CC421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC421F; }
p { color: rgb(204,66,31); }
H1.HeaderClassName
{
color: #CC421F;
}
.AnyTagClassName
{
color: #CC421F;
}
</style>
background-color css
<style>
a { background-color: #CC421F; }
a { background-color: rgb(204,66,31); }
div.DivClassName
{
background-color: #CC421F;
}
.BgClassName
{
background-color: #CC421F;
}
</style>
border-color css
<style>
span { border-color: #CC421F; }
span { border-color: rgb(204,66,31); }
td.TdClassName
{
border-color: #CC421F;
}
.TagClassName
{
border-color: #CC421F;
}
</style>