Html Css Color HEX #CC301F Harley Davidson Orange
📋 copy color: '#CC301F'red 204 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #CC301F
Tints of Harley Davidson Orange #CC301F
RGB
CMYK
RGB Variations
Color information
#CC301F (or 0xCC301F) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 1F. RGB value is (204,48,31). Sum of RGB (Red+Green+Blue) = 204+48+31=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC301F is #33CFE0. Grayscale: #5C5C5C. Windows color (decimal): -3395553 or 2044108. OLE color: 2044108.
HSL color Cylindrical-coordinate representation of color #CC301F: hue angle of 5.9º 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 #CC301F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.2 |
| HSL | 5.9º | 0.74% | 0.46% | - |
| HSV(B) | 5.9º | 0.85% | 0.8% | - |
| XYZ | 26.21 | 15.05 | 2.82 | - |
| YUV | 92.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 31 | 0 | 0.76 | 0.85 | 0.2 | 5.9 | 0.74 | 0.46 |
| Hex | CC | 30 | 1F | 0 | 4C | 55 | 14 | 6 | 4A | 2E |
| Octal | 314 | 60 | 37 | 0 | 114 | 125 | 24 | 6 | 112 | 56 |
| Binary | 11001100 | 110000 | 11111 | 0 | 1001100 | 1010101 | 10100 | 110 | 1001010 | 101110 |
Color Harmonies of #CC301F
Complementary color
Monochromatic Colors of #CC301F
Black with #CC301F
Text Example
Text Example
White with #CC301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC301F; }
p { color: rgb(204,48,31); }
H1.HeaderClassName
{
color: #CC301F;
}
.AnyTagClassName
{
color: #CC301F;
}
</style>
background-color css
<style>
a { background-color: #CC301F; }
a { background-color: rgb(204,48,31); }
div.DivClassName
{
background-color: #CC301F;
}
.BgClassName
{
background-color: #CC301F;
}
</style>
border-color css
<style>
span { border-color: #CC301F; }
span { border-color: rgb(204,48,31); }
td.TdClassName
{
border-color: #CC301F;
}
.TagClassName
{
border-color: #CC301F;
}
</style>