Html Css Color HEX #CB261D Harley Davidson Orange
📋 copy color: '#CB261D'red 203 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #CB261D
Tints of Harley Davidson Orange #CB261D
RGB
CMYK
RGB Variations
Color information
#CB261D (or 0xCB261D) is known color: Harley Davidson Orange. HEX triplet: CB, 26 and 1D. RGB value is (203,38,29). Sum of RGB (Red+Green+Blue) = 203+38+29=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB261D is #34D9E2. Grayscale: #565656. Windows color (decimal): -3463651 or 1910475. OLE color: 1910475.
HSL color Cylindrical-coordinate representation of color #CB261D: hue angle of 3.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB261D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.20 |
| HSL | 3.1º | 0.75% | 0.45% | - |
| HSV(B) | 3.1º | 0.86% | 0.8% | - |
| XYZ | 25.54 | 14.17 | 2.55 | - |
| YUV | 86.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 29 | 0 | 0.81 | 0.86 | 0.20 | 3.1 | 0.75 | 0.45 |
| Hex | CB | 26 | 1D | 0 | 51 | 56 | 14 | 3 | 4B | 2D |
| Octal | 313 | 46 | 35 | 0 | 121 | 126 | 24 | 3 | 113 | 55 |
| Binary | 11001011 | 100110 | 11101 | 0 | 1010001 | 1010110 | 10100 | 11 | 1001011 | 101101 |
Color Harmonies of #CB261D
Complementary color
Monochromatic Colors of #CB261D
Black with #CB261D
Text Example
Text Example
White with #CB261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB261D; }
p { color: rgb(203,38,29); }
H1.HeaderClassName
{
color: #CB261D;
}
.AnyTagClassName
{
color: #CB261D;
}
</style>
background-color css
<style>
a { background-color: #CB261D; }
a { background-color: rgb(203,38,29); }
div.DivClassName
{
background-color: #CB261D;
}
.BgClassName
{
background-color: #CB261D;
}
</style>
border-color css
<style>
span { border-color: #CB261D; }
span { border-color: rgb(203,38,29); }
td.TdClassName
{
border-color: #CB261D;
}
.TagClassName
{
border-color: #CB261D;
}
</style>