Html Css Color HEX #CC431C Harley Davidson Orange
📋 copy color: '#CC431C'red 204 ◦ green 67 ◦ blue 28
Shades of Harley Davidson Orange #CC431C
Tints of Harley Davidson Orange #CC431C
RGB
CMYK
RGB Variations
Color information
#CC431C (or 0xCC431C) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 1C. RGB value is (204,67,28). Sum of RGB (Red+Green+Blue) = 204+67+28=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC431C is #33BCE3. Grayscale: #676767. Windows color (decimal): -3390692 or 1852364. OLE color: 1852364.
HSL color Cylindrical-coordinate representation of color #CC431C: hue angle of 13.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC431C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.2 |
| HSL | 13.3º | 0.76% | 0.45% | - |
| HSV(B) | 13.3º | 0.86% | 0.8% | - |
| XYZ | 27.12 | 16.94 | 2.94 | - |
| YUV | 103.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 28 | 0 | 0.67 | 0.86 | 0.2 | 13.3 | 0.76 | 0.45 |
| Hex | CC | 43 | 1C | 0 | 43 | 56 | 14 | D | 4C | 2D |
| Octal | 314 | 103 | 34 | 0 | 103 | 126 | 24 | 15 | 114 | 55 |
| Binary | 11001100 | 1000011 | 11100 | 0 | 1000011 | 1010110 | 10100 | 1101 | 1001100 | 101101 |
Color Harmonies of #CC431C
Complementary color
Monochromatic Colors of #CC431C
Black with #CC431C
Text Example
Text Example
White with #CC431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC431C; }
p { color: rgb(204,67,28); }
H1.HeaderClassName
{
color: #CC431C;
}
.AnyTagClassName
{
color: #CC431C;
}
</style>
background-color css
<style>
a { background-color: #CC431C; }
a { background-color: rgb(204,67,28); }
div.DivClassName
{
background-color: #CC431C;
}
.BgClassName
{
background-color: #CC431C;
}
</style>
border-color css
<style>
span { border-color: #CC431C; }
span { border-color: rgb(204,67,28); }
td.TdClassName
{
border-color: #CC431C;
}
.TagClassName
{
border-color: #CC431C;
}
</style>