Html Css Color HEX #CC431D Harley Davidson Orange
📋 copy color: '#CC431D'red 204 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #CC431D
Tints of Harley Davidson Orange #CC431D
RGB
CMYK
RGB Variations
Color information
#CC431D (or 0xCC431D) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 1D. RGB value is (204,67,29). Sum of RGB (Red+Green+Blue) = 204+67+29=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC431D is #33BCE2. Grayscale: #676767. Windows color (decimal): -3390691 or 1917900. OLE color: 1917900.
HSL color Cylindrical-coordinate representation of color #CC431D: hue angle of 13.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC431D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 29 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.2 |
| HSL | 13.03º | 0.75% | 0.46% | - |
| HSV(B) | 13.03º | 0.86% | 0.8% | - |
| XYZ | 27.13 | 16.94 | 3 | - |
| YUV | 103.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 29 | 0 | 0.67 | 0.86 | 0.2 | 13.03 | 0.75 | 0.46 |
| Hex | CC | 43 | 1D | 0 | 43 | 56 | 14 | D | 4B | 2E |
| Octal | 314 | 103 | 35 | 0 | 103 | 126 | 24 | 15 | 113 | 56 |
| Binary | 11001100 | 1000011 | 11101 | 0 | 1000011 | 1010110 | 10100 | 1101 | 1001011 | 101110 |
Color Harmonies of #CC431D
Complementary color
Monochromatic Colors of #CC431D
Black with #CC431D
Text Example
Text Example
White with #CC431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC431D; }
p { color: rgb(204,67,29); }
H1.HeaderClassName
{
color: #CC431D;
}
.AnyTagClassName
{
color: #CC431D;
}
</style>
background-color css
<style>
a { background-color: #CC431D; }
a { background-color: rgb(204,67,29); }
div.DivClassName
{
background-color: #CC431D;
}
.BgClassName
{
background-color: #CC431D;
}
</style>
border-color css
<style>
span { border-color: #CC431D; }
span { border-color: rgb(204,67,29); }
td.TdClassName
{
border-color: #CC431D;
}
.TagClassName
{
border-color: #CC431D;
}
</style>