Html Css Color HEX #CB250B Harley Davidson Orange
📋 copy color: '#CB250B'red 203 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #CB250B
Tints of Harley Davidson Orange #CB250B
RGB
CMYK
RGB Variations
Color information
#CB250B (or 0xCB250B) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 0B. RGB value is (203,37,11). Sum of RGB (Red+Green+Blue) = 203+37+11=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB250B is #34DAF4. Grayscale: #535353. Windows color (decimal): -3463925 or 730571. OLE color: 730571.
HSL color Cylindrical-coordinate representation of color #CB250B: hue angle of 8.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB250B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.20 |
| HSL | 8.13º | 0.9% | 0.42% | - |
| HSV(B) | 8.13º | 0.95% | 0.8% | - |
| XYZ | 25.35 | 14.04 | 1.69 | - |
| YUV | 83.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 11 | 0 | 0.82 | 0.95 | 0.20 | 8.13 | 0.9 | 0.42 |
| Hex | CB | 25 | B | 0 | 52 | 5F | 14 | 8 | 5A | 2A |
| Octal | 313 | 45 | 13 | 0 | 122 | 137 | 24 | 10 | 132 | 52 |
| Binary | 11001011 | 100101 | 1011 | 0 | 1010010 | 1011111 | 10100 | 1000 | 1011010 | 101010 |
Color Harmonies of #CB250B
Complementary color
Monochromatic Colors of #CB250B
Black with #CB250B
Text Example
Text Example
White with #CB250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB250B; }
p { color: rgb(203,37,11); }
H1.HeaderClassName
{
color: #CB250B;
}
.AnyTagClassName
{
color: #CB250B;
}
</style>
background-color css
<style>
a { background-color: #CB250B; }
a { background-color: rgb(203,37,11); }
div.DivClassName
{
background-color: #CB250B;
}
.BgClassName
{
background-color: #CB250B;
}
</style>
border-color css
<style>
span { border-color: #CB250B; }
span { border-color: rgb(203,37,11); }
td.TdClassName
{
border-color: #CB250B;
}
.TagClassName
{
border-color: #CB250B;
}
</style>