Html Css Color HEX #CB321C Harley Davidson Orange
📋 copy color: '#CB321C'red 203 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #CB321C
Tints of Harley Davidson Orange #CB321C
RGB
CMYK
RGB Variations
Color information
#CB321C (or 0xCB321C) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 1C. RGB value is (203,50,28). Sum of RGB (Red+Green+Blue) = 203+50+28=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB321C is #34CDE3. Grayscale: #5D5D5D. Windows color (decimal): -3460580 or 1848011. OLE color: 1848011.
HSL color Cylindrical-coordinate representation of color #CB321C: hue angle of 7.54º degrees, saturation: 0.76, 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 #CB321C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.20 |
| HSL | 7.54º | 0.76% | 0.45% | - |
| HSV(B) | 7.54º | 0.86% | 0.8% | - |
| XYZ | 25.98 | 15.06 | 2.64 | - |
| YUV | 93.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 28 | 0 | 0.75 | 0.86 | 0.20 | 7.54 | 0.76 | 0.45 |
| Hex | CB | 32 | 1C | 0 | 4B | 56 | 14 | 8 | 4C | 2D |
| Octal | 313 | 62 | 34 | 0 | 113 | 126 | 24 | 10 | 114 | 55 |
| Binary | 11001011 | 110010 | 11100 | 0 | 1001011 | 1010110 | 10100 | 1000 | 1001100 | 101101 |
Color Harmonies of #CB321C
Complementary color
Monochromatic Colors of #CB321C
Black with #CB321C
Text Example
Text Example
White with #CB321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB321C; }
p { color: rgb(203,50,28); }
H1.HeaderClassName
{
color: #CB321C;
}
.AnyTagClassName
{
color: #CB321C;
}
</style>
background-color css
<style>
a { background-color: #CB321C; }
a { background-color: rgb(203,50,28); }
div.DivClassName
{
background-color: #CB321C;
}
.BgClassName
{
background-color: #CB321C;
}
</style>
border-color css
<style>
span { border-color: #CB321C; }
span { border-color: rgb(203,50,28); }
td.TdClassName
{
border-color: #CB321C;
}
.TagClassName
{
border-color: #CB321C;
}
</style>