Html Css Color HEX #CB251A Harley Davidson Orange
📋 copy color: '#CB251A'red 203 ◦ green 37 ◦ blue 26
Shades of Harley Davidson Orange #CB251A
Tints of Harley Davidson Orange #CB251A
RGB
CMYK
RGB Variations
Color information
#CB251A (or 0xCB251A) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 1A. RGB value is (203,37,26). Sum of RGB (Red+Green+Blue) = 203+37+26=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB251A is #34DAE5. Grayscale: #555555. Windows color (decimal): -3463910 or 1713611. OLE color: 1713611.
HSL color Cylindrical-coordinate representation of color #CB251A: hue angle of 3.73º 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 #CB251A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.20 |
| HSL | 3.73º | 0.77% | 0.45% | - |
| HSV(B) | 3.73º | 0.87% | 0.8% | - |
| XYZ | 25.48 | 14.09 | 2.35 | - |
| YUV | 85.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 26 | 0 | 0.82 | 0.87 | 0.20 | 3.73 | 0.77 | 0.45 |
| Hex | CB | 25 | 1A | 0 | 52 | 57 | 14 | 4 | 4D | 2D |
| Octal | 313 | 45 | 32 | 0 | 122 | 127 | 24 | 4 | 115 | 55 |
| Binary | 11001011 | 100101 | 11010 | 0 | 1010010 | 1010111 | 10100 | 100 | 1001101 | 101101 |
Color Harmonies of #CB251A
Complementary color
Monochromatic Colors of #CB251A
Black with #CB251A
Text Example
Text Example
White with #CB251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB251A; }
p { color: rgb(203,37,26); }
H1.HeaderClassName
{
color: #CB251A;
}
.AnyTagClassName
{
color: #CB251A;
}
</style>
background-color css
<style>
a { background-color: #CB251A; }
a { background-color: rgb(203,37,26); }
div.DivClassName
{
background-color: #CB251A;
}
.BgClassName
{
background-color: #CB251A;
}
</style>
border-color css
<style>
span { border-color: #CB251A; }
span { border-color: rgb(203,37,26); }
td.TdClassName
{
border-color: #CB251A;
}
.TagClassName
{
border-color: #CB251A;
}
</style>