Html Css Color HEX #CB2503 Harley Davidson Orange
📋 copy color: '#CB2503'red 203 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #CB2503
Tints of Harley Davidson Orange #CB2503
RGB
CMYK
RGB Variations
Color information
#CB2503 (or 0xCB2503) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 03. RGB value is (203,37,3). Sum of RGB (Red+Green+Blue) = 203+37+3=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2503 is #34DAFC. Grayscale: #535353. Windows color (decimal): -3463933 or 206283. OLE color: 206283.
HSL color Cylindrical-coordinate representation of color #CB2503: hue angle of 10.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB2503 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.20 |
| HSL | 10.2º | 0.97% | 0.4% | - |
| HSV(B) | 10.2º | 0.99% | 0.8% | - |
| XYZ | 25.31 | 14.03 | 1.46 | - |
| YUV | 82.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 3 | 0 | 0.82 | 0.99 | 0.20 | 10.2 | 0.97 | 0.4 |
| Hex | CB | 25 | 3 | 0 | 52 | 63 | 14 | A | 61 | 28 |
| Octal | 313 | 45 | 3 | 0 | 122 | 143 | 24 | 12 | 141 | 50 |
| Binary | 11001011 | 100101 | 11 | 0 | 1010010 | 1100011 | 10100 | 1010 | 1100001 | 101000 |
Color Harmonies of #CB2503
Complementary color
Monochromatic Colors of #CB2503
Black with #CB2503
Text Example
Text Example
White with #CB2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2503; }
p { color: rgb(203,37,3); }
H1.HeaderClassName
{
color: #CB2503;
}
.AnyTagClassName
{
color: #CB2503;
}
</style>
background-color css
<style>
a { background-color: #CB2503; }
a { background-color: rgb(203,37,3); }
div.DivClassName
{
background-color: #CB2503;
}
.BgClassName
{
background-color: #CB2503;
}
</style>
border-color css
<style>
span { border-color: #CB2503; }
span { border-color: rgb(203,37,3); }
td.TdClassName
{
border-color: #CB2503;
}
.TagClassName
{
border-color: #CB2503;
}
</style>