Html Css Color HEX #CB301F Harley Davidson Orange
📋 copy color: '#CB301F'red 203 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #CB301F
Tints of Harley Davidson Orange #CB301F
RGB
CMYK
RGB Variations
Color information
#CB301F (or 0xCB301F) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 1F. RGB value is (203,48,31). Sum of RGB (Red+Green+Blue) = 203+48+31=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB301F is #34CFE0. Grayscale: #5C5C5C. Windows color (decimal): -3461089 or 2044107. OLE color: 2044107.
HSL color Cylindrical-coordinate representation of color #CB301F: hue angle of 5.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB301F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.20 |
| HSL | 5.93º | 0.74% | 0.46% | - |
| HSV(B) | 5.93º | 0.85% | 0.8% | - |
| XYZ | 25.93 | 14.91 | 2.81 | - |
| YUV | 92.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 31 | 0 | 0.76 | 0.85 | 0.20 | 5.93 | 0.74 | 0.46 |
| Hex | CB | 30 | 1F | 0 | 4C | 55 | 14 | 6 | 4A | 2E |
| Octal | 313 | 60 | 37 | 0 | 114 | 125 | 24 | 6 | 112 | 56 |
| Binary | 11001011 | 110000 | 11111 | 0 | 1001100 | 1010101 | 10100 | 110 | 1001010 | 101110 |
Color Harmonies of #CB301F
Complementary color
Monochromatic Colors of #CB301F
Black with #CB301F
Text Example
Text Example
White with #CB301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB301F; }
p { color: rgb(203,48,31); }
H1.HeaderClassName
{
color: #CB301F;
}
.AnyTagClassName
{
color: #CB301F;
}
</style>
background-color css
<style>
a { background-color: #CB301F; }
a { background-color: rgb(203,48,31); }
div.DivClassName
{
background-color: #CB301F;
}
.BgClassName
{
background-color: #CB301F;
}
</style>
border-color css
<style>
span { border-color: #CB301F; }
span { border-color: rgb(203,48,31); }
td.TdClassName
{
border-color: #CB301F;
}
.TagClassName
{
border-color: #CB301F;
}
</style>