Html Css Color HEX #CB3D1E Harley Davidson Orange
📋 copy color: '#CB3D1E'red 203 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #CB3D1E
Tints of Harley Davidson Orange #CB3D1E
RGB
CMYK
RGB Variations
Color information
#CB3D1E (or 0xCB3D1E) is known color: Harley Davidson Orange. HEX triplet: CB, 3D and 1E. RGB value is (203,61,30). Sum of RGB (Red+Green+Blue) = 203+61+30=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D1E is #34C2E1. Grayscale: #646464. Windows color (decimal): -3457762 or 1981899. OLE color: 1981899.
HSL color Cylindrical-coordinate representation of color #CB3D1E: hue angle of 10.75º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB3D1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.20 |
| HSL | 10.75º | 0.74% | 0.46% | - |
| HSV(B) | 10.75º | 0.85% | 0.8% | - |
| XYZ | 26.53 | 16.13 | 2.94 | - |
| YUV | 99.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 30 | 0 | 0.70 | 0.85 | 0.20 | 10.75 | 0.74 | 0.46 |
| Hex | CB | 3D | 1E | 0 | 46 | 55 | 14 | B | 4A | 2E |
| Octal | 313 | 75 | 36 | 0 | 106 | 125 | 24 | 13 | 112 | 56 |
| Binary | 11001011 | 111101 | 11110 | 0 | 1000110 | 1010101 | 10100 | 1011 | 1001010 | 101110 |
Color Harmonies of #CB3D1E
Complementary color
Monochromatic Colors of #CB3D1E
Black with #CB3D1E
Text Example
Text Example
White with #CB3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D1E; }
p { color: rgb(203,61,30); }
H1.HeaderClassName
{
color: #CB3D1E;
}
.AnyTagClassName
{
color: #CB3D1E;
}
</style>
background-color css
<style>
a { background-color: #CB3D1E; }
a { background-color: rgb(203,61,30); }
div.DivClassName
{
background-color: #CB3D1E;
}
.BgClassName
{
background-color: #CB3D1E;
}
</style>
border-color css
<style>
span { border-color: #CB3D1E; }
span { border-color: rgb(203,61,30); }
td.TdClassName
{
border-color: #CB3D1E;
}
.TagClassName
{
border-color: #CB3D1E;
}
</style>