Html Css Color HEX #CB241B Harley Davidson Orange
📋 copy color: '#CB241B'red 203 ◦ green 36 ◦ blue 27
Shades of Harley Davidson Orange #CB241B
Tints of Harley Davidson Orange #CB241B
RGB
CMYK
RGB Variations
Color information
#CB241B (or 0xCB241B) is known color: Harley Davidson Orange. HEX triplet: CB, 24 and 1B. RGB value is (203,36,27). Sum of RGB (Red+Green+Blue) = 203+36+27=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB241B is #34DBE4. Grayscale: #555555. Windows color (decimal): -3464165 or 1778891. OLE color: 1778891.
HSL color Cylindrical-coordinate representation of color #CB241B: hue angle of 3.07º 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 #CB241B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 27 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.20 |
| HSL | 3.07º | 0.77% | 0.45% | - |
| HSV(B) | 3.07º | 0.87% | 0.8% | - |
| XYZ | 25.46 | 14.04 | 2.4 | - |
| YUV | 84.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 27 | 0 | 0.82 | 0.87 | 0.20 | 3.07 | 0.77 | 0.45 |
| Hex | CB | 24 | 1B | 0 | 52 | 57 | 14 | 3 | 4D | 2D |
| Octal | 313 | 44 | 33 | 0 | 122 | 127 | 24 | 3 | 115 | 55 |
| Binary | 11001011 | 100100 | 11011 | 0 | 1010010 | 1010111 | 10100 | 11 | 1001101 | 101101 |
Color Harmonies of #CB241B
Complementary color
Monochromatic Colors of #CB241B
Black with #CB241B
Text Example
Text Example
White with #CB241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB241B; }
p { color: rgb(203,36,27); }
H1.HeaderClassName
{
color: #CB241B;
}
.AnyTagClassName
{
color: #CB241B;
}
</style>
background-color css
<style>
a { background-color: #CB241B; }
a { background-color: rgb(203,36,27); }
div.DivClassName
{
background-color: #CB241B;
}
.BgClassName
{
background-color: #CB241B;
}
</style>
border-color css
<style>
span { border-color: #CB241B; }
span { border-color: rgb(203,36,27); }
td.TdClassName
{
border-color: #CB241B;
}
.TagClassName
{
border-color: #CB241B;
}
</style>