Html Css Color HEX #CC251E Harley Davidson Orange
📋 copy color: '#CC251E'red 204 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #CC251E
Tints of Harley Davidson Orange #CC251E
RGB
CMYK
RGB Variations
Color information
#CC251E (or 0xCC251E) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 1E. RGB value is (204,37,30). Sum of RGB (Red+Green+Blue) = 204+37+30=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC251E is #33DAE1. Grayscale: #565656. Windows color (decimal): -3398370 or 1975756. OLE color: 1975756.
HSL color Cylindrical-coordinate representation of color #CC251E: hue angle of 2.41º 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 #CC251E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 30 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.2 |
| HSL | 2.41º | 0.74% | 0.46% | - |
| HSV(B) | 2.41º | 0.85% | 0.8% | - |
| XYZ | 25.8 | 14.25 | 2.62 | - |
| YUV | 86.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 30 | 0 | 0.82 | 0.85 | 0.2 | 2.41 | 0.74 | 0.46 |
| Hex | CC | 25 | 1E | 0 | 52 | 55 | 14 | 2 | 4A | 2E |
| Octal | 314 | 45 | 36 | 0 | 122 | 125 | 24 | 2 | 112 | 56 |
| Binary | 11001100 | 100101 | 11110 | 0 | 1010010 | 1010101 | 10100 | 10 | 1001010 | 101110 |
Color Harmonies of #CC251E
Complementary color
Monochromatic Colors of #CC251E
Black with #CC251E
Text Example
Text Example
White with #CC251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC251E; }
p { color: rgb(204,37,30); }
H1.HeaderClassName
{
color: #CC251E;
}
.AnyTagClassName
{
color: #CC251E;
}
</style>
background-color css
<style>
a { background-color: #CC251E; }
a { background-color: rgb(204,37,30); }
div.DivClassName
{
background-color: #CC251E;
}
.BgClassName
{
background-color: #CC251E;
}
</style>
border-color css
<style>
span { border-color: #CC251E; }
span { border-color: rgb(204,37,30); }
td.TdClassName
{
border-color: #CC251E;
}
.TagClassName
{
border-color: #CC251E;
}
</style>