Html Css Color HEX #CC261F Harley Davidson Orange
📋 copy color: '#CC261F'red 204 ◦ green 38 ◦ blue 31
Shades of Harley Davidson Orange #CC261F
Tints of Harley Davidson Orange #CC261F
RGB
CMYK
RGB Variations
Color information
#CC261F (or 0xCC261F) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 1F. RGB value is (204,38,31). Sum of RGB (Red+Green+Blue) = 204+38+31=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC261F is #33D9E0. Grayscale: #575757. Windows color (decimal): -3398113 or 2041548. OLE color: 2041548.
HSL color Cylindrical-coordinate representation of color #CC261F: hue angle of 2.43º 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 #CC261F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 31 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.2 |
| HSL | 2.43º | 0.74% | 0.46% | - |
| HSV(B) | 2.43º | 0.85% | 0.8% | - |
| XYZ | 25.84 | 14.32 | 2.7 | - |
| YUV | 86.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 31 | 0 | 0.81 | 0.85 | 0.2 | 2.43 | 0.74 | 0.46 |
| Hex | CC | 26 | 1F | 0 | 51 | 55 | 14 | 2 | 4A | 2E |
| Octal | 314 | 46 | 37 | 0 | 121 | 125 | 24 | 2 | 112 | 56 |
| Binary | 11001100 | 100110 | 11111 | 0 | 1010001 | 1010101 | 10100 | 10 | 1001010 | 101110 |
Color Harmonies of #CC261F
Complementary color
Monochromatic Colors of #CC261F
Black with #CC261F
Text Example
Text Example
White with #CC261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC261F; }
p { color: rgb(204,38,31); }
H1.HeaderClassName
{
color: #CC261F;
}
.AnyTagClassName
{
color: #CC261F;
}
</style>
background-color css
<style>
a { background-color: #CC261F; }
a { background-color: rgb(204,38,31); }
div.DivClassName
{
background-color: #CC261F;
}
.BgClassName
{
background-color: #CC261F;
}
</style>
border-color css
<style>
span { border-color: #CC261F; }
span { border-color: rgb(204,38,31); }
td.TdClassName
{
border-color: #CC261F;
}
.TagClassName
{
border-color: #CC261F;
}
</style>