Html Css Color HEX #CB231E Harley Davidson Orange
📋 copy color: '#CB231E'red 203 ◦ green 35 ◦ blue 30
Shades of Harley Davidson Orange #CB231E
Tints of Harley Davidson Orange #CB231E
RGB
CMYK
RGB Variations
Color information
#CB231E (or 0xCB231E) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 1E. RGB value is (203,35,30). Sum of RGB (Red+Green+Blue) = 203+35+30=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB231E is #34DCE1. Grayscale: #545454. Windows color (decimal): -3464418 or 1975243. OLE color: 1975243.
HSL color Cylindrical-coordinate representation of color #CB231E: hue angle of 1.73º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB231E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.20 |
| HSL | 1.73º | 0.74% | 0.46% | - |
| HSV(B) | 1.73º | 0.85% | 0.8% | - |
| XYZ | 25.46 | 13.99 | 2.59 | - |
| YUV | 84.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 30 | 0 | 0.83 | 0.85 | 0.20 | 1.73 | 0.74 | 0.46 |
| Hex | CB | 23 | 1E | 0 | 53 | 55 | 14 | 2 | 4A | 2E |
| Octal | 313 | 43 | 36 | 0 | 123 | 125 | 24 | 2 | 112 | 56 |
| Binary | 11001011 | 100011 | 11110 | 0 | 1010011 | 1010101 | 10100 | 10 | 1001010 | 101110 |
Color Harmonies of #CB231E
Complementary color
Monochromatic Colors of #CB231E
Black with #CB231E
Text Example
Text Example
White with #CB231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB231E; }
p { color: rgb(203,35,30); }
H1.HeaderClassName
{
color: #CB231E;
}
.AnyTagClassName
{
color: #CB231E;
}
</style>
background-color css
<style>
a { background-color: #CB231E; }
a { background-color: rgb(203,35,30); }
div.DivClassName
{
background-color: #CB231E;
}
.BgClassName
{
background-color: #CB231E;
}
</style>
border-color css
<style>
span { border-color: #CB231E; }
span { border-color: rgb(203,35,30); }
td.TdClassName
{
border-color: #CB231E;
}
.TagClassName
{
border-color: #CB231E;
}
</style>