Html Css Color HEX #CB311A Harley Davidson Orange
📋 copy color: '#CB311A'red 203 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #CB311A
Tints of Harley Davidson Orange #CB311A
RGB
CMYK
RGB Variations
Color information
#CB311A (or 0xCB311A) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 1A. RGB value is (203,49,26). Sum of RGB (Red+Green+Blue) = 203+49+26=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB311A is #34CEE5. Grayscale: #5C5C5C. Windows color (decimal): -3460838 or 1716683. OLE color: 1716683.
HSL color Cylindrical-coordinate representation of color #CB311A: hue angle of 7.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB311A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 26 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.20 |
| HSL | 7.8º | 0.77% | 0.45% | - |
| HSV(B) | 7.8º | 0.87% | 0.8% | - |
| XYZ | 25.91 | 14.97 | 2.5 | - |
| YUV | 92.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 26 | 0 | 0.76 | 0.87 | 0.20 | 7.8 | 0.77 | 0.45 |
| Hex | CB | 31 | 1A | 0 | 4C | 57 | 14 | 8 | 4D | 2D |
| Octal | 313 | 61 | 32 | 0 | 114 | 127 | 24 | 10 | 115 | 55 |
| Binary | 11001011 | 110001 | 11010 | 0 | 1001100 | 1010111 | 10100 | 1000 | 1001101 | 101101 |
Color Harmonies of #CB311A
Complementary color
Monochromatic Colors of #CB311A
Black with #CB311A
Text Example
Text Example
White with #CB311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB311A; }
p { color: rgb(203,49,26); }
H1.HeaderClassName
{
color: #CB311A;
}
.AnyTagClassName
{
color: #CB311A;
}
</style>
background-color css
<style>
a { background-color: #CB311A; }
a { background-color: rgb(203,49,26); }
div.DivClassName
{
background-color: #CB311A;
}
.BgClassName
{
background-color: #CB311A;
}
</style>
border-color css
<style>
span { border-color: #CB311A; }
span { border-color: rgb(203,49,26); }
td.TdClassName
{
border-color: #CB311A;
}
.TagClassName
{
border-color: #CB311A;
}
</style>