Html Css Color HEX #CB441E Harley Davidson Orange
📋 copy color: '#CB441E'red 203 ◦ green 68 ◦ blue 30
Shades of Harley Davidson Orange #CB441E
Tints of Harley Davidson Orange #CB441E
RGB
CMYK
RGB Variations
Color information
#CB441E (or 0xCB441E) is known color: Harley Davidson Orange. HEX triplet: CB, 44 and 1E. RGB value is (203,68,30). Sum of RGB (Red+Green+Blue) = 203+68+30=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB441E is #34BBE1. Grayscale: #686868. Windows color (decimal): -3455970 or 1983691. OLE color: 1983691.
HSL color Cylindrical-coordinate representation of color #CB441E: hue angle of 13.18º 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 #CB441E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 30 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.20 |
| HSL | 13.18º | 0.74% | 0.46% | - |
| HSV(B) | 13.18º | 0.85% | 0.8% | - |
| XYZ | 26.93 | 16.92 | 3.08 | - |
| YUV | 104.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 30 | 0 | 0.67 | 0.85 | 0.20 | 13.18 | 0.74 | 0.46 |
| Hex | CB | 44 | 1E | 0 | 43 | 55 | 14 | D | 4A | 2E |
| Octal | 313 | 104 | 36 | 0 | 103 | 125 | 24 | 15 | 112 | 56 |
| Binary | 11001011 | 1000100 | 11110 | 0 | 1000011 | 1010101 | 10100 | 1101 | 1001010 | 101110 |
Color Harmonies of #CB441E
Complementary color
Monochromatic Colors of #CB441E
Black with #CB441E
Text Example
Text Example
White with #CB441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB441E; }
p { color: rgb(203,68,30); }
H1.HeaderClassName
{
color: #CB441E;
}
.AnyTagClassName
{
color: #CB441E;
}
</style>
background-color css
<style>
a { background-color: #CB441E; }
a { background-color: rgb(203,68,30); }
div.DivClassName
{
background-color: #CB441E;
}
.BgClassName
{
background-color: #CB441E;
}
</style>
border-color css
<style>
span { border-color: #CB441E; }
span { border-color: rgb(203,68,30); }
td.TdClassName
{
border-color: #CB441E;
}
.TagClassName
{
border-color: #CB441E;
}
</style>