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