Html Css Color HEX #CB4107 Harley Davidson Orange
📋 copy color: '#CB4107'red 203 ◦ green 65 ◦ blue 7
Shades of Harley Davidson Orange #CB4107
Tints of Harley Davidson Orange #CB4107
RGB
CMYK
RGB Variations
Color information
#CB4107 (or 0xCB4107) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 07. RGB value is (203,65,7). Sum of RGB (Red+Green+Blue) = 203+65+7=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4107 is #34BEF8. Grayscale: #646464. Windows color (decimal): -3456761 or 475595. OLE color: 475595.
HSL color Cylindrical-coordinate representation of color #CB4107: hue angle of 17.76º degrees, saturation: 0.93, 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 #CB4107 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 7 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.20 |
| HSL | 17.76º | 0.93% | 0.41% | - |
| HSV(B) | 17.76º | 0.97% | 0.8% | - |
| XYZ | 26.56 | 16.49 | 1.98 | - |
| YUV | 99.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 7 | 0 | 0.68 | 0.97 | 0.20 | 17.76 | 0.93 | 0.41 |
| Hex | CB | 41 | 7 | 0 | 44 | 61 | 14 | 12 | 5D | 29 |
| Octal | 313 | 101 | 7 | 0 | 104 | 141 | 24 | 22 | 135 | 51 |
| Binary | 11001011 | 1000001 | 111 | 0 | 1000100 | 1100001 | 10100 | 10010 | 1011101 | 101001 |
Color Harmonies of #CB4107
Complementary color
Monochromatic Colors of #CB4107
Black with #CB4107
Text Example
Text Example
White with #CB4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4107; }
p { color: rgb(203,65,7); }
H1.HeaderClassName
{
color: #CB4107;
}
.AnyTagClassName
{
color: #CB4107;
}
</style>
background-color css
<style>
a { background-color: #CB4107; }
a { background-color: rgb(203,65,7); }
div.DivClassName
{
background-color: #CB4107;
}
.BgClassName
{
background-color: #CB4107;
}
</style>
border-color css
<style>
span { border-color: #CB4107; }
span { border-color: rgb(203,65,7); }
td.TdClassName
{
border-color: #CB4107;
}
.TagClassName
{
border-color: #CB4107;
}
</style>