Html Css Color HEX #CB291C Harley Davidson Orange
📋 copy color: '#CB291C'red 203 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #CB291C
Tints of Harley Davidson Orange #CB291C
RGB
CMYK
RGB Variations
Color information
#CB291C (or 0xCB291C) is known color: Harley Davidson Orange. HEX triplet: CB, 29 and 1C. RGB value is (203,41,28). Sum of RGB (Red+Green+Blue) = 203+41+28=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB291C is #34D6E3. Grayscale: #585858. Windows color (decimal): -3462884 or 1845707. OLE color: 1845707.
HSL color Cylindrical-coordinate representation of color #CB291C: hue angle of 4.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB291C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 28 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.20 |
| HSL | 4.46º | 0.76% | 0.45% | - |
| HSV(B) | 4.46º | 0.86% | 0.8% | - |
| XYZ | 25.63 | 14.37 | 2.52 | - |
| YUV | 87.96 | 94.17 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 28 | 0 | 0.80 | 0.86 | 0.20 | 4.46 | 0.76 | 0.45 |
| Hex | CB | 29 | 1C | 0 | 50 | 56 | 14 | 4 | 4C | 2D |
| Octal | 313 | 51 | 34 | 0 | 120 | 126 | 24 | 4 | 114 | 55 |
| Binary | 11001011 | 101001 | 11100 | 0 | 1010000 | 1010110 | 10100 | 100 | 1001100 | 101101 |
Color Harmonies of #CB291C
Complementary color
Monochromatic Colors of #CB291C
Black with #CB291C
Text Example
Text Example
White with #CB291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB291C; }
p { color: rgb(203,41,28); }
H1.HeaderClassName
{
color: #CB291C;
}
.AnyTagClassName
{
color: #CB291C;
}
</style>
background-color css
<style>
a { background-color: #CB291C; }
a { background-color: rgb(203,41,28); }
div.DivClassName
{
background-color: #CB291C;
}
.BgClassName
{
background-color: #CB291C;
}
</style>
border-color css
<style>
span { border-color: #CB291C; }
span { border-color: rgb(203,41,28); }
td.TdClassName
{
border-color: #CB291C;
}
.TagClassName
{
border-color: #CB291C;
}
</style>