Html Css Color HEX #CB241A Harley Davidson Orange
📋 copy color: '#CB241A'red 203 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #CB241A
Tints of Harley Davidson Orange #CB241A
RGB
CMYK
RGB Variations
Color information
#CB241A (or 0xCB241A) is known color: Harley Davidson Orange. HEX triplet: CB, 24 and 1A. RGB value is (203,36,26). Sum of RGB (Red+Green+Blue) = 203+36+26=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB241A is #34DBE5. Grayscale: #555555. Windows color (decimal): -3464166 or 1713355. OLE color: 1713355.
HSL color Cylindrical-coordinate representation of color #CB241A: hue angle of 3.39º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB241A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.20 |
| HSL | 3.39º | 0.77% | 0.45% | - |
| HSV(B) | 3.39º | 0.87% | 0.8% | - |
| XYZ | 25.45 | 14.03 | 2.34 | - |
| YUV | 84.79 | 94.83 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 26 | 0 | 0.82 | 0.87 | 0.20 | 3.39 | 0.77 | 0.45 |
| Hex | CB | 24 | 1A | 0 | 52 | 57 | 14 | 3 | 4D | 2D |
| Octal | 313 | 44 | 32 | 0 | 122 | 127 | 24 | 3 | 115 | 55 |
| Binary | 11001011 | 100100 | 11010 | 0 | 1010010 | 1010111 | 10100 | 11 | 1001101 | 101101 |
Color Harmonies of #CB241A
Complementary color
Monochromatic Colors of #CB241A
Black with #CB241A
Text Example
Text Example
White with #CB241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB241A; }
p { color: rgb(203,36,26); }
H1.HeaderClassName
{
color: #CB241A;
}
.AnyTagClassName
{
color: #CB241A;
}
</style>
background-color css
<style>
a { background-color: #CB241A; }
a { background-color: rgb(203,36,26); }
div.DivClassName
{
background-color: #CB241A;
}
.BgClassName
{
background-color: #CB241A;
}
</style>
border-color css
<style>
span { border-color: #CB241A; }
span { border-color: rgb(203,36,26); }
td.TdClassName
{
border-color: #CB241A;
}
.TagClassName
{
border-color: #CB241A;
}
</style>