Html Css Color HEX #CC1B0A Harley Davidson Orange
📋 copy color: '#CC1B0A'red 204 ◦ green 27 ◦ blue 10
Shades of Harley Davidson Orange #CC1B0A
Tints of Harley Davidson Orange #CC1B0A
RGB
CMYK
RGB Variations
Color information
#CC1B0A (or 0xCC1B0A) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 0A. RGB value is (204,27,10). Sum of RGB (Red+Green+Blue) = 204+27+10=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B0A is #33E4F5. Grayscale: #4E4E4E. Windows color (decimal): -3400950 or 662476. OLE color: 662476.
HSL color Cylindrical-coordinate representation of color #CC1B0A: hue angle of 5.26º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC1B0A is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 10 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.2 |
| HSL | 5.26º | 0.91% | 0.42% | - |
| HSV(B) | 5.26º | 0.95% | 0.8% | - |
| XYZ | 25.35 | 13.64 | 1.58 | - |
| YUV | 77.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 10 | 0 | 0.87 | 0.95 | 0.2 | 5.26 | 0.91 | 0.42 |
| Hex | CC | 1B | A | 0 | 57 | 5F | 14 | 5 | 5B | 2A |
| Octal | 314 | 33 | 12 | 0 | 127 | 137 | 24 | 5 | 133 | 52 |
| Binary | 11001100 | 11011 | 1010 | 0 | 1010111 | 1011111 | 10100 | 101 | 1011011 | 101010 |
Color Harmonies of #CC1B0A
Complementary color
Monochromatic Colors of #CC1B0A
Black with #CC1B0A
Text Example
Text Example
White with #CC1B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B0A; }
p { color: rgb(204,27,10); }
H1.HeaderClassName
{
color: #CC1B0A;
}
.AnyTagClassName
{
color: #CC1B0A;
}
</style>
background-color css
<style>
a { background-color: #CC1B0A; }
a { background-color: rgb(204,27,10); }
div.DivClassName
{
background-color: #CC1B0A;
}
.BgClassName
{
background-color: #CC1B0A;
}
</style>
border-color css
<style>
span { border-color: #CC1B0A; }
span { border-color: rgb(204,27,10); }
td.TdClassName
{
border-color: #CC1B0A;
}
.TagClassName
{
border-color: #CC1B0A;
}
</style>