Html Css Color HEX #CB391C Harley Davidson Orange
📋 copy color: '#CB391C'red 203 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #CB391C
Tints of Harley Davidson Orange #CB391C
RGB
CMYK
RGB Variations
Color information
#CB391C (or 0xCB391C) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 1C. RGB value is (203,57,28). Sum of RGB (Red+Green+Blue) = 203+57+28=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB391C is #34C6E3. Grayscale: #616161. Windows color (decimal): -3458788 or 1849803. OLE color: 1849803.
HSL color Cylindrical-coordinate representation of color #CB391C: hue angle of 9.94º 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 #CB391C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.20 |
| HSL | 9.94º | 0.76% | 0.45% | - |
| HSV(B) | 9.94º | 0.86% | 0.8% | - |
| XYZ | 26.3 | 15.71 | 2.74 | - |
| YUV | 97.35 | 88.87 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 28 | 0 | 0.72 | 0.86 | 0.20 | 9.94 | 0.76 | 0.45 |
| Hex | CB | 39 | 1C | 0 | 48 | 56 | 14 | A | 4C | 2D |
| Octal | 313 | 71 | 34 | 0 | 110 | 126 | 24 | 12 | 114 | 55 |
| Binary | 11001011 | 111001 | 11100 | 0 | 1001000 | 1010110 | 10100 | 1010 | 1001100 | 101101 |
Color Harmonies of #CB391C
Complementary color
Monochromatic Colors of #CB391C
Black with #CB391C
Text Example
Text Example
White with #CB391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB391C; }
p { color: rgb(203,57,28); }
H1.HeaderClassName
{
color: #CB391C;
}
.AnyTagClassName
{
color: #CB391C;
}
</style>
background-color css
<style>
a { background-color: #CB391C; }
a { background-color: rgb(203,57,28); }
div.DivClassName
{
background-color: #CB391C;
}
.BgClassName
{
background-color: #CB391C;
}
</style>
border-color css
<style>
span { border-color: #CB391C; }
span { border-color: rgb(203,57,28); }
td.TdClassName
{
border-color: #CB391C;
}
.TagClassName
{
border-color: #CB391C;
}
</style>