Html Css Color HEX #CC241E Harley Davidson Orange
📋 copy color: '#CC241E'red 204 ◦ green 36 ◦ blue 30
Shades of Harley Davidson Orange #CC241E
Tints of Harley Davidson Orange #CC241E
RGB
CMYK
RGB Variations
Color information
#CC241E (or 0xCC241E) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 1E. RGB value is (204,36,30). Sum of RGB (Red+Green+Blue) = 204+36+30=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC241E is #33DBE1. Grayscale: #555555. Windows color (decimal): -3398626 or 1975500. OLE color: 1975500.
HSL color Cylindrical-coordinate representation of color #CC241E: hue angle of 2.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC241E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 30 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.2 |
| HSL | 2.07º | 0.74% | 0.46% | - |
| HSV(B) | 2.07º | 0.85% | 0.8% | - |
| XYZ | 25.77 | 14.19 | 2.61 | - |
| YUV | 85.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 30 | 0 | 0.82 | 0.85 | 0.2 | 2.07 | 0.74 | 0.46 |
| Hex | CC | 24 | 1E | 0 | 52 | 55 | 14 | 2 | 4A | 2E |
| Octal | 314 | 44 | 36 | 0 | 122 | 125 | 24 | 2 | 112 | 56 |
| Binary | 11001100 | 100100 | 11110 | 0 | 1010010 | 1010101 | 10100 | 10 | 1001010 | 101110 |
Color Harmonies of #CC241E
Complementary color
Monochromatic Colors of #CC241E
Black with #CC241E
Text Example
Text Example
White with #CC241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC241E; }
p { color: rgb(204,36,30); }
H1.HeaderClassName
{
color: #CC241E;
}
.AnyTagClassName
{
color: #CC241E;
}
</style>
background-color css
<style>
a { background-color: #CC241E; }
a { background-color: rgb(204,36,30); }
div.DivClassName
{
background-color: #CC241E;
}
.BgClassName
{
background-color: #CC241E;
}
</style>
border-color css
<style>
span { border-color: #CC241E; }
span { border-color: rgb(204,36,30); }
td.TdClassName
{
border-color: #CC241E;
}
.TagClassName
{
border-color: #CC241E;
}
</style>