Html Css Color HEX #CB3906 Harley Davidson Orange
📋 copy color: '#CB3906'red 203 ◦ green 57 ◦ blue 6
Shades of Harley Davidson Orange #CB3906
Tints of Harley Davidson Orange #CB3906
RGB
CMYK
RGB Variations
Color information
#CB3906 (or 0xCB3906) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 06. RGB value is (203,57,6). Sum of RGB (Red+Green+Blue) = 203+57+6=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3906 is #34C6F9. Grayscale: #5F5F5F. Windows color (decimal): -3458810 or 408011. OLE color: 408011.
HSL color Cylindrical-coordinate representation of color #CB3906: hue angle of 15.53º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB3906 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.20 |
| HSL | 15.53º | 0.94% | 0.41% | - |
| HSV(B) | 15.53º | 0.97% | 0.8% | - |
| XYZ | 26.12 | 15.64 | 1.81 | - |
| YUV | 94.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 6 | 0 | 0.72 | 0.97 | 0.20 | 15.53 | 0.94 | 0.41 |
| Hex | CB | 39 | 6 | 0 | 48 | 61 | 14 | 10 | 5E | 29 |
| Octal | 313 | 71 | 6 | 0 | 110 | 141 | 24 | 20 | 136 | 51 |
| Binary | 11001011 | 111001 | 110 | 0 | 1001000 | 1100001 | 10100 | 10000 | 1011110 | 101001 |
Color Harmonies of #CB3906
Complementary color
Monochromatic Colors of #CB3906
Black with #CB3906
Text Example
Text Example
White with #CB3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3906; }
p { color: rgb(203,57,6); }
H1.HeaderClassName
{
color: #CB3906;
}
.AnyTagClassName
{
color: #CB3906;
}
</style>
background-color css
<style>
a { background-color: #CB3906; }
a { background-color: rgb(203,57,6); }
div.DivClassName
{
background-color: #CB3906;
}
.BgClassName
{
background-color: #CB3906;
}
</style>
border-color css
<style>
span { border-color: #CB3906; }
span { border-color: rgb(203,57,6); }
td.TdClassName
{
border-color: #CB3906;
}
.TagClassName
{
border-color: #CB3906;
}
</style>