Html Css Color HEX #CB360B Harley Davidson Orange
📋 copy color: '#CB360B'red 203 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #CB360B
Tints of Harley Davidson Orange #CB360B
RGB
CMYK
RGB Variations
Color information
#CB360B (or 0xCB360B) is known color: Harley Davidson Orange. HEX triplet: CB, 36 and 0B. RGB value is (203,54,11). Sum of RGB (Red+Green+Blue) = 203+54+11=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB360B is #34C9F4. Grayscale: #5D5D5D. Windows color (decimal): -3459573 or 734923. OLE color: 734923.
HSL color Cylindrical-coordinate representation of color #CB360B: hue angle of 13.44º 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 #CB360B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.20 |
| HSL | 13.44º | 0.9% | 0.42% | - |
| HSV(B) | 13.44º | 0.95% | 0.8% | - |
| XYZ | 26.01 | 15.36 | 1.91 | - |
| YUV | 93.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 11 | 0 | 0.73 | 0.95 | 0.20 | 13.44 | 0.9 | 0.42 |
| Hex | CB | 36 | B | 0 | 49 | 5F | 14 | D | 5A | 2A |
| Octal | 313 | 66 | 13 | 0 | 111 | 137 | 24 | 15 | 132 | 52 |
| Binary | 11001011 | 110110 | 1011 | 0 | 1001001 | 1011111 | 10100 | 1101 | 1011010 | 101010 |
Color Harmonies of #CB360B
Complementary color
Monochromatic Colors of #CB360B
Black with #CB360B
Text Example
Text Example
White with #CB360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB360B; }
p { color: rgb(203,54,11); }
H1.HeaderClassName
{
color: #CB360B;
}
.AnyTagClassName
{
color: #CB360B;
}
</style>
background-color css
<style>
a { background-color: #CB360B; }
a { background-color: rgb(203,54,11); }
div.DivClassName
{
background-color: #CB360B;
}
.BgClassName
{
background-color: #CB360B;
}
</style>
border-color css
<style>
span { border-color: #CB360B; }
span { border-color: rgb(203,54,11); }
td.TdClassName
{
border-color: #CB360B;
}
.TagClassName
{
border-color: #CB360B;
}
</style>