Html Css Color HEX #CC1F0D Harley Davidson Orange
📋 copy color: '#CC1F0D'red 204 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #CC1F0D
Tints of Harley Davidson Orange #CC1F0D
RGB
CMYK
RGB Variations
Color information
#CC1F0D (or 0xCC1F0D) is known color: Harley Davidson Orange. HEX triplet: CC, 1F and 0D. RGB value is (204,31,13). Sum of RGB (Red+Green+Blue) = 204+31+13=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1F0D is #33E0F2. Grayscale: #505050. Windows color (decimal): -3399923 or 860108. OLE color: 860108.
HSL color Cylindrical-coordinate representation of color #CC1F0D: hue angle of 5.65º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC1F0D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.2 |
| HSL | 5.65º | 0.88% | 0.43% | - |
| HSV(B) | 5.65º | 0.94% | 0.8% | - |
| XYZ | 25.46 | 13.85 | 1.71 | - |
| YUV | 80.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 13 | 0 | 0.85 | 0.94 | 0.2 | 5.65 | 0.88 | 0.43 |
| Hex | CC | 1F | D | 0 | 55 | 5E | 14 | 6 | 58 | 2B |
| Octal | 314 | 37 | 15 | 0 | 125 | 136 | 24 | 6 | 130 | 53 |
| Binary | 11001100 | 11111 | 1101 | 0 | 1010101 | 1011110 | 10100 | 110 | 1011000 | 101011 |
Color Harmonies of #CC1F0D
Complementary color
Monochromatic Colors of #CC1F0D
Black with #CC1F0D
Text Example
Text Example
White with #CC1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F0D; }
p { color: rgb(204,31,13); }
H1.HeaderClassName
{
color: #CC1F0D;
}
.AnyTagClassName
{
color: #CC1F0D;
}
</style>
background-color css
<style>
a { background-color: #CC1F0D; }
a { background-color: rgb(204,31,13); }
div.DivClassName
{
background-color: #CC1F0D;
}
.BgClassName
{
background-color: #CC1F0D;
}
</style>
border-color css
<style>
span { border-color: #CC1F0D; }
span { border-color: rgb(204,31,13); }
td.TdClassName
{
border-color: #CC1F0D;
}
.TagClassName
{
border-color: #CC1F0D;
}
</style>