Html Css Color HEX #CC231E Harley Davidson Orange
📋 copy color: '#CC231E'red 204 ◦ green 35 ◦ blue 30
Shades of Harley Davidson Orange #CC231E
Tints of Harley Davidson Orange #CC231E
RGB
CMYK
RGB Variations
Color information
#CC231E (or 0xCC231E) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 1E. RGB value is (204,35,30). Sum of RGB (Red+Green+Blue) = 204+35+30=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC231E is #33DCE1. Grayscale: #555555. Windows color (decimal): -3398882 or 1975244. OLE color: 1975244.
HSL color Cylindrical-coordinate representation of color #CC231E: hue angle of 1.72º 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 #CC231E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.2 |
| HSL | 1.72º | 0.74% | 0.46% | - |
| HSV(B) | 1.72º | 0.85% | 0.8% | - |
| XYZ | 25.74 | 14.13 | 2.6 | - |
| YUV | 84.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 30 | 0 | 0.83 | 0.85 | 0.2 | 1.72 | 0.74 | 0.46 |
| Hex | CC | 23 | 1E | 0 | 53 | 55 | 14 | 2 | 4A | 2E |
| Octal | 314 | 43 | 36 | 0 | 123 | 125 | 24 | 2 | 112 | 56 |
| Binary | 11001100 | 100011 | 11110 | 0 | 1010011 | 1010101 | 10100 | 10 | 1001010 | 101110 |
Color Harmonies of #CC231E
Complementary color
Monochromatic Colors of #CC231E
Black with #CC231E
Text Example
Text Example
White with #CC231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC231E; }
p { color: rgb(204,35,30); }
H1.HeaderClassName
{
color: #CC231E;
}
.AnyTagClassName
{
color: #CC231E;
}
</style>
background-color css
<style>
a { background-color: #CC231E; }
a { background-color: rgb(204,35,30); }
div.DivClassName
{
background-color: #CC231E;
}
.BgClassName
{
background-color: #CC231E;
}
</style>
border-color css
<style>
span { border-color: #CC231E; }
span { border-color: rgb(204,35,30); }
td.TdClassName
{
border-color: #CC231E;
}
.TagClassName
{
border-color: #CC231E;
}
</style>