Html Css Color HEX #CB360F Harley Davidson Orange
📋 copy color: '#CB360F'red 203 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #CB360F
Tints of Harley Davidson Orange #CB360F
RGB
CMYK
RGB Variations
Color information
#CB360F (or 0xCB360F) is known color: Harley Davidson Orange. HEX triplet: CB, 36 and 0F. RGB value is (203,54,15). Sum of RGB (Red+Green+Blue) = 203+54+15=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB360F is #34C9F0. Grayscale: #5E5E5E. Windows color (decimal): -3459569 or 997067. OLE color: 997067.
HSL color Cylindrical-coordinate representation of color #CB360F: hue angle of 12.45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB360F is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 15 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.20 |
| HSL | 12.45º | 0.86% | 0.43% | - |
| HSV(B) | 12.45º | 0.93% | 0.8% | - |
| XYZ | 26.03 | 15.37 | 2.05 | - |
| YUV | 94.11 | 83.36 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 15 | 0 | 0.73 | 0.93 | 0.20 | 12.45 | 0.86 | 0.43 |
| Hex | CB | 36 | F | 0 | 49 | 5D | 14 | C | 56 | 2B |
| Octal | 313 | 66 | 17 | 0 | 111 | 135 | 24 | 14 | 126 | 53 |
| Binary | 11001011 | 110110 | 1111 | 0 | 1001001 | 1011101 | 10100 | 1100 | 1010110 | 101011 |
Color Harmonies of #CB360F
Complementary color
Monochromatic Colors of #CB360F
Black with #CB360F
Text Example
Text Example
White with #CB360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB360F; }
p { color: rgb(203,54,15); }
H1.HeaderClassName
{
color: #CB360F;
}
.AnyTagClassName
{
color: #CB360F;
}
</style>
background-color css
<style>
a { background-color: #CB360F; }
a { background-color: rgb(203,54,15); }
div.DivClassName
{
background-color: #CB360F;
}
.BgClassName
{
background-color: #CB360F;
}
</style>
border-color css
<style>
span { border-color: #CB360F; }
span { border-color: rgb(203,54,15); }
td.TdClassName
{
border-color: #CB360F;
}
.TagClassName
{
border-color: #CB360F;
}
</style>