Html Css Color HEX #CB360D Harley Davidson Orange
📋 copy color: '#CB360D'red 203 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #CB360D
Tints of Harley Davidson Orange #CB360D
RGB
CMYK
RGB Variations
Color information
#CB360D (or 0xCB360D) is known color: Harley Davidson Orange. HEX triplet: CB, 36 and 0D. RGB value is (203,54,13). Sum of RGB (Red+Green+Blue) = 203+54+13=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB360D is #34C9F2. Grayscale: #5E5E5E. Windows color (decimal): -3459571 or 865995. OLE color: 865995.
HSL color Cylindrical-coordinate representation of color #CB360D: hue angle of 12.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB360D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.20 |
| HSL | 12.95º | 0.88% | 0.42% | - |
| HSV(B) | 12.95º | 0.94% | 0.8% | - |
| XYZ | 26.02 | 15.36 | 1.97 | - |
| YUV | 93.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 13 | 0 | 0.73 | 0.94 | 0.20 | 12.95 | 0.88 | 0.42 |
| Hex | CB | 36 | D | 0 | 49 | 5E | 14 | D | 58 | 2A |
| Octal | 313 | 66 | 15 | 0 | 111 | 136 | 24 | 15 | 130 | 52 |
| Binary | 11001011 | 110110 | 1101 | 0 | 1001001 | 1011110 | 10100 | 1101 | 1011000 | 101010 |
Color Harmonies of #CB360D
Complementary color
Monochromatic Colors of #CB360D
Black with #CB360D
Text Example
Text Example
White with #CB360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB360D; }
p { color: rgb(203,54,13); }
H1.HeaderClassName
{
color: #CB360D;
}
.AnyTagClassName
{
color: #CB360D;
}
</style>
background-color css
<style>
a { background-color: #CB360D; }
a { background-color: rgb(203,54,13); }
div.DivClassName
{
background-color: #CB360D;
}
.BgClassName
{
background-color: #CB360D;
}
</style>
border-color css
<style>
span { border-color: #CB360D; }
span { border-color: rgb(203,54,13); }
td.TdClassName
{
border-color: #CB360D;
}
.TagClassName
{
border-color: #CB360D;
}
</style>