Html Css Color HEX #CB400D Harley Davidson Orange
📋 copy color: '#CB400D'red 203 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #CB400D
Tints of Harley Davidson Orange #CB400D
RGB
CMYK
RGB Variations
Color information
#CB400D (or 0xCB400D) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 0D. RGB value is (203,64,13). Sum of RGB (Red+Green+Blue) = 203+64+13=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB400D is #34BFF2. Grayscale: #646464. Windows color (decimal): -3457011 or 868555. OLE color: 868555.
HSL color Cylindrical-coordinate representation of color #CB400D: hue angle of 16.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB400D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.20 |
| HSL | 16.11º | 0.88% | 0.42% | - |
| HSV(B) | 16.11º | 0.94% | 0.8% | - |
| XYZ | 26.53 | 16.39 | 2.15 | - |
| YUV | 99.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 13 | 0 | 0.68 | 0.94 | 0.20 | 16.11 | 0.88 | 0.42 |
| Hex | CB | 40 | D | 0 | 44 | 5E | 14 | 10 | 58 | 2A |
| Octal | 313 | 100 | 15 | 0 | 104 | 136 | 24 | 20 | 130 | 52 |
| Binary | 11001011 | 1000000 | 1101 | 0 | 1000100 | 1011110 | 10100 | 10000 | 1011000 | 101010 |
Color Harmonies of #CB400D
Complementary color
Monochromatic Colors of #CB400D
Black with #CB400D
Text Example
Text Example
White with #CB400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB400D; }
p { color: rgb(203,64,13); }
H1.HeaderClassName
{
color: #CB400D;
}
.AnyTagClassName
{
color: #CB400D;
}
</style>
background-color css
<style>
a { background-color: #CB400D; }
a { background-color: rgb(203,64,13); }
div.DivClassName
{
background-color: #CB400D;
}
.BgClassName
{
background-color: #CB400D;
}
</style>
border-color css
<style>
span { border-color: #CB400D; }
span { border-color: rgb(203,64,13); }
td.TdClassName
{
border-color: #CB400D;
}
.TagClassName
{
border-color: #CB400D;
}
</style>