Html Css Color HEX #CC251C Harley Davidson Orange
📋 copy color: '#CC251C'red 204 ◦ green 37 ◦ blue 28
Shades of Harley Davidson Orange #CC251C
Tints of Harley Davidson Orange #CC251C
RGB
CMYK
RGB Variations
Color information
#CC251C (or 0xCC251C) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 1C. RGB value is (204,37,28). Sum of RGB (Red+Green+Blue) = 204+37+28=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC251C is #33DAE3. Grayscale: #565656. Windows color (decimal): -3398372 or 1844684. OLE color: 1844684.
HSL color Cylindrical-coordinate representation of color #CC251C: hue angle of 3.07º 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 #CC251C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.2 |
| HSL | 3.07º | 0.76% | 0.45% | - |
| HSV(B) | 3.07º | 0.86% | 0.8% | - |
| XYZ | 25.77 | 14.24 | 2.49 | - |
| YUV | 85.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 28 | 0 | 0.82 | 0.86 | 0.2 | 3.07 | 0.76 | 0.45 |
| Hex | CC | 25 | 1C | 0 | 52 | 56 | 14 | 3 | 4C | 2D |
| Octal | 314 | 45 | 34 | 0 | 122 | 126 | 24 | 3 | 114 | 55 |
| Binary | 11001100 | 100101 | 11100 | 0 | 1010010 | 1010110 | 10100 | 11 | 1001100 | 101101 |
Color Harmonies of #CC251C
Complementary color
Monochromatic Colors of #CC251C
Black with #CC251C
Text Example
Text Example
White with #CC251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC251C; }
p { color: rgb(204,37,28); }
H1.HeaderClassName
{
color: #CC251C;
}
.AnyTagClassName
{
color: #CC251C;
}
</style>
background-color css
<style>
a { background-color: #CC251C; }
a { background-color: rgb(204,37,28); }
div.DivClassName
{
background-color: #CC251C;
}
.BgClassName
{
background-color: #CC251C;
}
</style>
border-color css
<style>
span { border-color: #CC251C; }
span { border-color: rgb(204,37,28); }
td.TdClassName
{
border-color: #CC251C;
}
.TagClassName
{
border-color: #CC251C;
}
</style>