Html Css Color HEX #CC251D Harley Davidson Orange
📋 copy color: '#CC251D'red 204 ◦ green 37 ◦ blue 29
Shades of Harley Davidson Orange #CC251D
Tints of Harley Davidson Orange #CC251D
RGB
CMYK
RGB Variations
Color information
#CC251D (or 0xCC251D) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 1D. RGB value is (204,37,29). Sum of RGB (Red+Green+Blue) = 204+37+29=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC251D is #33DAE2. Grayscale: #565656. Windows color (decimal): -3398371 or 1910220. OLE color: 1910220.
HSL color Cylindrical-coordinate representation of color #CC251D: hue angle of 2.74º 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 #CC251D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.2 |
| HSL | 2.74º | 0.75% | 0.46% | - |
| HSV(B) | 2.74º | 0.86% | 0.8% | - |
| XYZ | 25.79 | 14.25 | 2.55 | - |
| YUV | 86.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 29 | 0 | 0.82 | 0.86 | 0.2 | 2.74 | 0.75 | 0.46 |
| Hex | CC | 25 | 1D | 0 | 52 | 56 | 14 | 3 | 4B | 2E |
| Octal | 314 | 45 | 35 | 0 | 122 | 126 | 24 | 3 | 113 | 56 |
| Binary | 11001100 | 100101 | 11101 | 0 | 1010010 | 1010110 | 10100 | 11 | 1001011 | 101110 |
Color Harmonies of #CC251D
Complementary color
Monochromatic Colors of #CC251D
Black with #CC251D
Text Example
Text Example
White with #CC251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC251D; }
p { color: rgb(204,37,29); }
H1.HeaderClassName
{
color: #CC251D;
}
.AnyTagClassName
{
color: #CC251D;
}
</style>
background-color css
<style>
a { background-color: #CC251D; }
a { background-color: rgb(204,37,29); }
div.DivClassName
{
background-color: #CC251D;
}
.BgClassName
{
background-color: #CC251D;
}
</style>
border-color css
<style>
span { border-color: #CC251D; }
span { border-color: rgb(204,37,29); }
td.TdClassName
{
border-color: #CC251D;
}
.TagClassName
{
border-color: #CC251D;
}
</style>