Html Css Color HEX #CB290A Harley Davidson Orange
📋 copy color: '#CB290A'red 203 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #CB290A
Tints of Harley Davidson Orange #CB290A
RGB
CMYK
RGB Variations
Color information
#CB290A (or 0xCB290A) is known color: Harley Davidson Orange. HEX triplet: CB, 29 and 0A. RGB value is (203,41,10). Sum of RGB (Red+Green+Blue) = 203+41+10=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB290A is #34D6F5. Grayscale: #565656. Windows color (decimal): -3462902 or 666059. OLE color: 666059.
HSL color Cylindrical-coordinate representation of color #CB290A: hue angle of 9.64º degrees, saturation: 0.91, 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 #CB290A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.20 |
| HSL | 9.64º | 0.91% | 0.42% | - |
| HSV(B) | 9.64º | 0.95% | 0.8% | - |
| XYZ | 25.48 | 14.3 | 1.71 | - |
| YUV | 85.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 10 | 0 | 0.80 | 0.95 | 0.20 | 9.64 | 0.91 | 0.42 |
| Hex | CB | 29 | A | 0 | 50 | 5F | 14 | A | 5B | 2A |
| Octal | 313 | 51 | 12 | 0 | 120 | 137 | 24 | 12 | 133 | 52 |
| Binary | 11001011 | 101001 | 1010 | 0 | 1010000 | 1011111 | 10100 | 1010 | 1011011 | 101010 |
Color Harmonies of #CB290A
Complementary color
Monochromatic Colors of #CB290A
Black with #CB290A
Text Example
Text Example
White with #CB290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB290A; }
p { color: rgb(203,41,10); }
H1.HeaderClassName
{
color: #CB290A;
}
.AnyTagClassName
{
color: #CB290A;
}
</style>
background-color css
<style>
a { background-color: #CB290A; }
a { background-color: rgb(203,41,10); }
div.DivClassName
{
background-color: #CB290A;
}
.BgClassName
{
background-color: #CB290A;
}
</style>
border-color css
<style>
span { border-color: #CB290A; }
span { border-color: rgb(203,41,10); }
td.TdClassName
{
border-color: #CB290A;
}
.TagClassName
{
border-color: #CB290A;
}
</style>