Html Css Color HEX #CB491C Harley Davidson Orange
📋 copy color: '#CB491C'red 203 ◦ green 73 ◦ blue 28
Shades of Harley Davidson Orange #CB491C
Tints of Harley Davidson Orange #CB491C
RGB
CMYK
RGB Variations
Color information
#CB491C (or 0xCB491C) is known color: Harley Davidson Orange. HEX triplet: CB, 49 and 1C. RGB value is (203,73,28). Sum of RGB (Red+Green+Blue) = 203+73+28=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB491C is #34B6E3. Grayscale: #6B6B6B. Windows color (decimal): -3454692 or 1853899. OLE color: 1853899.
HSL color Cylindrical-coordinate representation of color #CB491C: hue angle of 15.43º 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 #CB491C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.20 |
| HSL | 15.43º | 0.76% | 0.45% | - |
| HSV(B) | 15.43º | 0.86% | 0.8% | - |
| XYZ | 27.22 | 17.55 | 3.05 | - |
| YUV | 106.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 28 | 0 | 0.64 | 0.86 | 0.20 | 15.43 | 0.76 | 0.45 |
| Hex | CB | 49 | 1C | 0 | 40 | 56 | 14 | F | 4C | 2D |
| Octal | 313 | 111 | 34 | 0 | 100 | 126 | 24 | 17 | 114 | 55 |
| Binary | 11001011 | 1001001 | 11100 | 0 | 1000000 | 1010110 | 10100 | 1111 | 1001100 | 101101 |
Color Harmonies of #CB491C
Complementary color
Monochromatic Colors of #CB491C
Black with #CB491C
Text Example
Text Example
White with #CB491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB491C; }
p { color: rgb(203,73,28); }
H1.HeaderClassName
{
color: #CB491C;
}
.AnyTagClassName
{
color: #CB491C;
}
</style>
background-color css
<style>
a { background-color: #CB491C; }
a { background-color: rgb(203,73,28); }
div.DivClassName
{
background-color: #CB491C;
}
.BgClassName
{
background-color: #CB491C;
}
</style>
border-color css
<style>
span { border-color: #CB491C; }
span { border-color: rgb(203,73,28); }
td.TdClassName
{
border-color: #CB491C;
}
.TagClassName
{
border-color: #CB491C;
}
</style>