Html Css Color HEX #CB3722 Harley Davidson Orange
📋 copy color: '#CB3722'red 203 ◦ green 55 ◦ blue 34
Shades of Harley Davidson Orange #CB3722
Tints of Harley Davidson Orange #CB3722
RGB
CMYK
RGB Variations
Color information
#CB3722 (or 0xCB3722) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 22. RGB value is (203,55,34). Sum of RGB (Red+Green+Blue) = 203+55+34=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3722 is #34C8DD. Grayscale: #616161. Windows color (decimal): -3459294 or 2242507. OLE color: 2242507.
HSL color Cylindrical-coordinate representation of color #CB3722: hue angle of 7.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB3722 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 34 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.20 |
| HSL | 7.46º | 0.71% | 0.46% | - |
| HSV(B) | 7.46º | 0.83% | 0.8% | - |
| XYZ | 26.28 | 15.54 | 3.13 | - |
| YUV | 96.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 34 | 0 | 0.73 | 0.83 | 0.20 | 7.46 | 0.71 | 0.46 |
| Hex | CB | 37 | 22 | 0 | 49 | 53 | 14 | 7 | 47 | 2E |
| Octal | 313 | 67 | 42 | 0 | 111 | 123 | 24 | 7 | 107 | 56 |
| Binary | 11001011 | 110111 | 100010 | 0 | 1001001 | 1010011 | 10100 | 111 | 1000111 | 101110 |
Color Harmonies of #CB3722
Complementary color
Monochromatic Colors of #CB3722
Black with #CB3722
Text Example
Text Example
White with #CB3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3722; }
p { color: rgb(203,55,34); }
H1.HeaderClassName
{
color: #CB3722;
}
.AnyTagClassName
{
color: #CB3722;
}
</style>
background-color css
<style>
a { background-color: #CB3722; }
a { background-color: rgb(203,55,34); }
div.DivClassName
{
background-color: #CB3722;
}
.BgClassName
{
background-color: #CB3722;
}
</style>
border-color css
<style>
span { border-color: #CB3722; }
span { border-color: rgb(203,55,34); }
td.TdClassName
{
border-color: #CB3722;
}
.TagClassName
{
border-color: #CB3722;
}
</style>