Html Css Color HEX #CB370F Harley Davidson Orange
📋 copy color: '#CB370F'red 203 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #CB370F
Tints of Harley Davidson Orange #CB370F
RGB
CMYK
RGB Variations
Color information
#CB370F (or 0xCB370F) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 0F. RGB value is (203,55,15). Sum of RGB (Red+Green+Blue) = 203+55+15=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB370F is #34C8F0. Grayscale: #5F5F5F. Windows color (decimal): -3459313 or 997323. OLE color: 997323.
HSL color Cylindrical-coordinate representation of color #CB370F: hue angle of 12.77º 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 #CB370F is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 15 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.20 |
| HSL | 12.77º | 0.86% | 0.43% | - |
| HSV(B) | 12.77º | 0.93% | 0.8% | - |
| XYZ | 26.08 | 15.46 | 2.06 | - |
| YUV | 94.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 15 | 0 | 0.73 | 0.93 | 0.20 | 12.77 | 0.86 | 0.43 |
| Hex | CB | 37 | F | 0 | 49 | 5D | 14 | D | 56 | 2B |
| Octal | 313 | 67 | 17 | 0 | 111 | 135 | 24 | 15 | 126 | 53 |
| Binary | 11001011 | 110111 | 1111 | 0 | 1001001 | 1011101 | 10100 | 1101 | 1010110 | 101011 |
Color Harmonies of #CB370F
Complementary color
Monochromatic Colors of #CB370F
Black with #CB370F
Text Example
Text Example
White with #CB370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB370F; }
p { color: rgb(203,55,15); }
H1.HeaderClassName
{
color: #CB370F;
}
.AnyTagClassName
{
color: #CB370F;
}
</style>
background-color css
<style>
a { background-color: #CB370F; }
a { background-color: rgb(203,55,15); }
div.DivClassName
{
background-color: #CB370F;
}
.BgClassName
{
background-color: #CB370F;
}
</style>
border-color css
<style>
span { border-color: #CB370F; }
span { border-color: rgb(203,55,15); }
td.TdClassName
{
border-color: #CB370F;
}
.TagClassName
{
border-color: #CB370F;
}
</style>