Html Css Color HEX #CB390A Harley Davidson Orange
📋 copy color: '#CB390A'red 203 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #CB390A
Tints of Harley Davidson Orange #CB390A
RGB
CMYK
RGB Variations
Color information
#CB390A (or 0xCB390A) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 0A. RGB value is (203,57,10). Sum of RGB (Red+Green+Blue) = 203+57+10=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB390A is #34C6F5. Grayscale: #5F5F5F. Windows color (decimal): -3458806 or 670155. OLE color: 670155.
HSL color Cylindrical-coordinate representation of color #CB390A: hue angle of 14.61º 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 #CB390A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.20 |
| HSL | 14.61º | 0.91% | 0.42% | - |
| HSV(B) | 14.61º | 0.95% | 0.8% | - |
| XYZ | 26.15 | 15.64 | 1.93 | - |
| YUV | 95.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 10 | 0 | 0.72 | 0.95 | 0.20 | 14.61 | 0.91 | 0.42 |
| Hex | CB | 39 | A | 0 | 48 | 5F | 14 | F | 5B | 2A |
| Octal | 313 | 71 | 12 | 0 | 110 | 137 | 24 | 17 | 133 | 52 |
| Binary | 11001011 | 111001 | 1010 | 0 | 1001000 | 1011111 | 10100 | 1111 | 1011011 | 101010 |
Color Harmonies of #CB390A
Complementary color
Monochromatic Colors of #CB390A
Black with #CB390A
Text Example
Text Example
White with #CB390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB390A; }
p { color: rgb(203,57,10); }
H1.HeaderClassName
{
color: #CB390A;
}
.AnyTagClassName
{
color: #CB390A;
}
</style>
background-color css
<style>
a { background-color: #CB390A; }
a { background-color: rgb(203,57,10); }
div.DivClassName
{
background-color: #CB390A;
}
.BgClassName
{
background-color: #CB390A;
}
</style>
border-color css
<style>
span { border-color: #CB390A; }
span { border-color: rgb(203,57,10); }
td.TdClassName
{
border-color: #CB390A;
}
.TagClassName
{
border-color: #CB390A;
}
</style>