Html Css Color HEX #CC231A Harley Davidson Orange
📋 copy color: '#CC231A'red 204 ◦ green 35 ◦ blue 26
Shades of Harley Davidson Orange #CC231A
Tints of Harley Davidson Orange #CC231A
RGB
CMYK
RGB Variations
Color information
#CC231A (or 0xCC231A) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 1A. RGB value is (204,35,26). Sum of RGB (Red+Green+Blue) = 204+35+26=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC231A is #33DCE5. Grayscale: #545454. Windows color (decimal): -3398886 or 1713100. OLE color: 1713100.
HSL color Cylindrical-coordinate representation of color #CC231A: hue angle of 3.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC231A is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 26 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.2 |
| HSL | 3.03º | 0.77% | 0.45% | - |
| HSV(B) | 3.03º | 0.87% | 0.8% | - |
| XYZ | 25.69 | 14.11 | 2.35 | - |
| YUV | 84.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 26 | 0 | 0.83 | 0.87 | 0.2 | 3.03 | 0.77 | 0.45 |
| Hex | CC | 23 | 1A | 0 | 53 | 57 | 14 | 3 | 4D | 2D |
| Octal | 314 | 43 | 32 | 0 | 123 | 127 | 24 | 3 | 115 | 55 |
| Binary | 11001100 | 100011 | 11010 | 0 | 1010011 | 1010111 | 10100 | 11 | 1001101 | 101101 |
Color Harmonies of #CC231A
Complementary color
Monochromatic Colors of #CC231A
Black with #CC231A
Text Example
Text Example
White with #CC231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC231A; }
p { color: rgb(204,35,26); }
H1.HeaderClassName
{
color: #CC231A;
}
.AnyTagClassName
{
color: #CC231A;
}
</style>
background-color css
<style>
a { background-color: #CC231A; }
a { background-color: rgb(204,35,26); }
div.DivClassName
{
background-color: #CC231A;
}
.BgClassName
{
background-color: #CC231A;
}
</style>
border-color css
<style>
span { border-color: #CC231A; }
span { border-color: rgb(204,35,26); }
td.TdClassName
{
border-color: #CC231A;
}
.TagClassName
{
border-color: #CC231A;
}
</style>