Html Css Color HEX #CB271C Harley Davidson Orange
📋 copy color: '#CB271C'red 203 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #CB271C
Tints of Harley Davidson Orange #CB271C
RGB
CMYK
RGB Variations
Color information
#CB271C (or 0xCB271C) is known color: Harley Davidson Orange. HEX triplet: CB, 27 and 1C. RGB value is (203,39,28). Sum of RGB (Red+Green+Blue) = 203+39+28=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB271C is #34D8E3. Grayscale: #565656. Windows color (decimal): -3463396 or 1845195. OLE color: 1845195.
HSL color Cylindrical-coordinate representation of color #CB271C: hue angle of 3.77º 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 #CB271C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.20 |
| HSL | 3.77º | 0.76% | 0.45% | - |
| HSV(B) | 3.77º | 0.86% | 0.8% | - |
| XYZ | 25.56 | 14.23 | 2.5 | - |
| YUV | 86.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 28 | 0 | 0.81 | 0.86 | 0.20 | 3.77 | 0.76 | 0.45 |
| Hex | CB | 27 | 1C | 0 | 51 | 56 | 14 | 4 | 4C | 2D |
| Octal | 313 | 47 | 34 | 0 | 121 | 126 | 24 | 4 | 114 | 55 |
| Binary | 11001011 | 100111 | 11100 | 0 | 1010001 | 1010110 | 10100 | 100 | 1001100 | 101101 |
Color Harmonies of #CB271C
Complementary color
Monochromatic Colors of #CB271C
Black with #CB271C
Text Example
Text Example
White with #CB271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB271C; }
p { color: rgb(203,39,28); }
H1.HeaderClassName
{
color: #CB271C;
}
.AnyTagClassName
{
color: #CB271C;
}
</style>
background-color css
<style>
a { background-color: #CB271C; }
a { background-color: rgb(203,39,28); }
div.DivClassName
{
background-color: #CB271C;
}
.BgClassName
{
background-color: #CB271C;
}
</style>
border-color css
<style>
span { border-color: #CB271C; }
span { border-color: rgb(203,39,28); }
td.TdClassName
{
border-color: #CB271C;
}
.TagClassName
{
border-color: #CB271C;
}
</style>