Html Css Color HEX #CC241A Harley Davidson Orange
📋 copy color: '#CC241A'red 204 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #CC241A
Tints of Harley Davidson Orange #CC241A
RGB
CMYK
RGB Variations
Color information
#CC241A (or 0xCC241A) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 1A. RGB value is (204,36,26). Sum of RGB (Red+Green+Blue) = 204+36+26=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC241A is #33DBE5. Grayscale: #555555. Windows color (decimal): -3398630 or 1713356. OLE color: 1713356.
HSL color Cylindrical-coordinate representation of color #CC241A: hue angle of 3.37º 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 #CC241A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.2 |
| HSL | 3.37º | 0.77% | 0.45% | - |
| HSV(B) | 3.37º | 0.87% | 0.8% | - |
| XYZ | 25.72 | 14.17 | 2.36 | - |
| YUV | 85.09 | 94.66 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 26 | 0 | 0.82 | 0.87 | 0.2 | 3.37 | 0.77 | 0.45 |
| Hex | CC | 24 | 1A | 0 | 52 | 57 | 14 | 3 | 4D | 2D |
| Octal | 314 | 44 | 32 | 0 | 122 | 127 | 24 | 3 | 115 | 55 |
| Binary | 11001100 | 100100 | 11010 | 0 | 1010010 | 1010111 | 10100 | 11 | 1001101 | 101101 |
Color Harmonies of #CC241A
Complementary color
Monochromatic Colors of #CC241A
Black with #CC241A
Text Example
Text Example
White with #CC241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC241A; }
p { color: rgb(204,36,26); }
H1.HeaderClassName
{
color: #CC241A;
}
.AnyTagClassName
{
color: #CC241A;
}
</style>
background-color css
<style>
a { background-color: #CC241A; }
a { background-color: rgb(204,36,26); }
div.DivClassName
{
background-color: #CC241A;
}
.BgClassName
{
background-color: #CC241A;
}
</style>
border-color css
<style>
span { border-color: #CC241A; }
span { border-color: rgb(204,36,26); }
td.TdClassName
{
border-color: #CC241A;
}
.TagClassName
{
border-color: #CC241A;
}
</style>