Html Css Color HEX #CC231C Harley Davidson Orange
📋 copy color: '#CC231C'red 204 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #CC231C
Tints of Harley Davidson Orange #CC231C
RGB
CMYK
RGB Variations
Color information
#CC231C (or 0xCC231C) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 1C. RGB value is (204,35,28). Sum of RGB (Red+Green+Blue) = 204+35+28=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC231C is #33DCE3. Grayscale: #545454. Windows color (decimal): -3398884 or 1844172. OLE color: 1844172.
HSL color Cylindrical-coordinate representation of color #CC231C: hue angle of 2.39º 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 #CC231C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 28 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.2 |
| HSL | 2.39º | 0.76% | 0.45% | - |
| HSV(B) | 2.39º | 0.86% | 0.8% | - |
| XYZ | 25.71 | 14.12 | 2.47 | - |
| YUV | 84.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 28 | 0 | 0.83 | 0.86 | 0.2 | 2.39 | 0.76 | 0.45 |
| Hex | CC | 23 | 1C | 0 | 53 | 56 | 14 | 2 | 4C | 2D |
| Octal | 314 | 43 | 34 | 0 | 123 | 126 | 24 | 2 | 114 | 55 |
| Binary | 11001100 | 100011 | 11100 | 0 | 1010011 | 1010110 | 10100 | 10 | 1001100 | 101101 |
Color Harmonies of #CC231C
Complementary color
Monochromatic Colors of #CC231C
Black with #CC231C
Text Example
Text Example
White with #CC231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC231C; }
p { color: rgb(204,35,28); }
H1.HeaderClassName
{
color: #CC231C;
}
.AnyTagClassName
{
color: #CC231C;
}
</style>
background-color css
<style>
a { background-color: #CC231C; }
a { background-color: rgb(204,35,28); }
div.DivClassName
{
background-color: #CC231C;
}
.BgClassName
{
background-color: #CC231C;
}
</style>
border-color css
<style>
span { border-color: #CC231C; }
span { border-color: rgb(204,35,28); }
td.TdClassName
{
border-color: #CC231C;
}
.TagClassName
{
border-color: #CC231C;
}
</style>