Html Css Color HEX #CC281F Harley Davidson Orange
📋 copy color: '#CC281F'red 204 ◦ green 40 ◦ blue 31
Shades of Harley Davidson Orange #CC281F
Tints of Harley Davidson Orange #CC281F
RGB
CMYK
RGB Variations
Color information
#CC281F (or 0xCC281F) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 1F. RGB value is (204,40,31). Sum of RGB (Red+Green+Blue) = 204+40+31=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC281F is #33D7E0. Grayscale: #585858. Windows color (decimal): -3397601 or 2042060. OLE color: 2042060.
HSL color Cylindrical-coordinate representation of color #CC281F: hue angle of 3.12º 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 #CC281F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 31 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.2 |
| HSL | 3.12º | 0.74% | 0.46% | - |
| HSV(B) | 3.12º | 0.85% | 0.8% | - |
| XYZ | 25.91 | 14.45 | 2.72 | - |
| YUV | 88.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 31 | 0 | 0.80 | 0.85 | 0.2 | 3.12 | 0.74 | 0.46 |
| Hex | CC | 28 | 1F | 0 | 50 | 55 | 14 | 3 | 4A | 2E |
| Octal | 314 | 50 | 37 | 0 | 120 | 125 | 24 | 3 | 112 | 56 |
| Binary | 11001100 | 101000 | 11111 | 0 | 1010000 | 1010101 | 10100 | 11 | 1001010 | 101110 |
Color Harmonies of #CC281F
Complementary color
Monochromatic Colors of #CC281F
Black with #CC281F
Text Example
Text Example
White with #CC281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC281F; }
p { color: rgb(204,40,31); }
H1.HeaderClassName
{
color: #CC281F;
}
.AnyTagClassName
{
color: #CC281F;
}
</style>
background-color css
<style>
a { background-color: #CC281F; }
a { background-color: rgb(204,40,31); }
div.DivClassName
{
background-color: #CC281F;
}
.BgClassName
{
background-color: #CC281F;
}
</style>
border-color css
<style>
span { border-color: #CC281F; }
span { border-color: rgb(204,40,31); }
td.TdClassName
{
border-color: #CC281F;
}
.TagClassName
{
border-color: #CC281F;
}
</style>