Html Css Color HEX #CC241D Harley Davidson Orange
📋 copy color: '#CC241D'red 204 ◦ green 36 ◦ blue 29
Shades of Harley Davidson Orange #CC241D
Tints of Harley Davidson Orange #CC241D
RGB
CMYK
RGB Variations
Color information
#CC241D (or 0xCC241D) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 1D. RGB value is (204,36,29). Sum of RGB (Red+Green+Blue) = 204+36+29=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC241D is #33DBE2. Grayscale: #555555. Windows color (decimal): -3398627 or 1909964. OLE color: 1909964.
HSL color Cylindrical-coordinate representation of color #CC241D: hue angle of 2.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC241D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.2 |
| HSL | 2.4º | 0.75% | 0.46% | - |
| HSV(B) | 2.4º | 0.86% | 0.8% | - |
| XYZ | 25.75 | 14.19 | 2.54 | - |
| YUV | 85.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 29 | 0 | 0.82 | 0.86 | 0.2 | 2.4 | 0.75 | 0.46 |
| Hex | CC | 24 | 1D | 0 | 52 | 56 | 14 | 2 | 4B | 2E |
| Octal | 314 | 44 | 35 | 0 | 122 | 126 | 24 | 2 | 113 | 56 |
| Binary | 11001100 | 100100 | 11101 | 0 | 1010010 | 1010110 | 10100 | 10 | 1001011 | 101110 |
Color Harmonies of #CC241D
Complementary color
Monochromatic Colors of #CC241D
Black with #CC241D
Text Example
Text Example
White with #CC241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC241D; }
p { color: rgb(204,36,29); }
H1.HeaderClassName
{
color: #CC241D;
}
.AnyTagClassName
{
color: #CC241D;
}
</style>
background-color css
<style>
a { background-color: #CC241D; }
a { background-color: rgb(204,36,29); }
div.DivClassName
{
background-color: #CC241D;
}
.BgClassName
{
background-color: #CC241D;
}
</style>
border-color css
<style>
span { border-color: #CC241D; }
span { border-color: rgb(204,36,29); }
td.TdClassName
{
border-color: #CC241D;
}
.TagClassName
{
border-color: #CC241D;
}
</style>