Html Css Color HEX #CC241C Harley Davidson Orange
📋 copy color: '#CC241C'red 204 ◦ green 36 ◦ blue 28
Shades of Harley Davidson Orange #CC241C
Tints of Harley Davidson Orange #CC241C
RGB
CMYK
RGB Variations
Color information
#CC241C (or 0xCC241C) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 1C. RGB value is (204,36,28). Sum of RGB (Red+Green+Blue) = 204+36+28=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC241C is #33DBE3. Grayscale: #555555. Windows color (decimal): -3398628 or 1844428. OLE color: 1844428.
HSL color Cylindrical-coordinate representation of color #CC241C: hue angle of 2.73º 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 #CC241C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.2 |
| HSL | 2.73º | 0.76% | 0.45% | - |
| HSV(B) | 2.73º | 0.86% | 0.8% | - |
| XYZ | 25.74 | 14.18 | 2.48 | - |
| YUV | 85.32 | 95.66 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 28 | 0 | 0.82 | 0.86 | 0.2 | 2.73 | 0.76 | 0.45 |
| Hex | CC | 24 | 1C | 0 | 52 | 56 | 14 | 3 | 4C | 2D |
| Octal | 314 | 44 | 34 | 0 | 122 | 126 | 24 | 3 | 114 | 55 |
| Binary | 11001100 | 100100 | 11100 | 0 | 1010010 | 1010110 | 10100 | 11 | 1001100 | 101101 |
Color Harmonies of #CC241C
Complementary color
Monochromatic Colors of #CC241C
Black with #CC241C
Text Example
Text Example
White with #CC241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC241C; }
p { color: rgb(204,36,28); }
H1.HeaderClassName
{
color: #CC241C;
}
.AnyTagClassName
{
color: #CC241C;
}
</style>
background-color css
<style>
a { background-color: #CC241C; }
a { background-color: rgb(204,36,28); }
div.DivClassName
{
background-color: #CC241C;
}
.BgClassName
{
background-color: #CC241C;
}
</style>
border-color css
<style>
span { border-color: #CC241C; }
span { border-color: rgb(204,36,28); }
td.TdClassName
{
border-color: #CC241C;
}
.TagClassName
{
border-color: #CC241C;
}
</style>