Html Css Color HEX #CB2510 Harley Davidson Orange
📋 copy color: '#CB2510'red 203 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #CB2510
Tints of Harley Davidson Orange #CB2510
RGB
CMYK
RGB Variations
Color information
#CB2510 (or 0xCB2510) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 10. RGB value is (203,37,16). Sum of RGB (Red+Green+Blue) = 203+37+16=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2510 is #34DAEF. Grayscale: #545454. Windows color (decimal): -3463920 or 1058251. OLE color: 1058251.
HSL color Cylindrical-coordinate representation of color #CB2510: hue angle of 6.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB2510 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.20 |
| HSL | 6.74º | 0.85% | 0.43% | - |
| HSV(B) | 6.74º | 0.92% | 0.8% | - |
| XYZ | 25.38 | 14.06 | 1.87 | - |
| YUV | 84.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 16 | 0 | 0.82 | 0.92 | 0.20 | 6.74 | 0.85 | 0.43 |
| Hex | CB | 25 | 10 | 0 | 52 | 5C | 14 | 7 | 55 | 2B |
| Octal | 313 | 45 | 20 | 0 | 122 | 134 | 24 | 7 | 125 | 53 |
| Binary | 11001011 | 100101 | 10000 | 0 | 1010010 | 1011100 | 10100 | 111 | 1010101 | 101011 |
Color Harmonies of #CB2510
Complementary color
Monochromatic Colors of #CB2510
Black with #CB2510
Text Example
Text Example
White with #CB2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2510; }
p { color: rgb(203,37,16); }
H1.HeaderClassName
{
color: #CB2510;
}
.AnyTagClassName
{
color: #CB2510;
}
</style>
background-color css
<style>
a { background-color: #CB2510; }
a { background-color: rgb(203,37,16); }
div.DivClassName
{
background-color: #CB2510;
}
.BgClassName
{
background-color: #CB2510;
}
</style>
border-color css
<style>
span { border-color: #CB2510; }
span { border-color: rgb(203,37,16); }
td.TdClassName
{
border-color: #CB2510;
}
.TagClassName
{
border-color: #CB2510;
}
</style>