Html Css Color HEX #CB381F Harley Davidson Orange
📋 copy color: '#CB381F'red 203 ◦ green 56 ◦ blue 31
Shades of Harley Davidson Orange #CB381F
Tints of Harley Davidson Orange #CB381F
RGB
CMYK
RGB Variations
Color information
#CB381F (or 0xCB381F) is known color: Harley Davidson Orange. HEX triplet: CB, 38 and 1F. RGB value is (203,56,31). Sum of RGB (Red+Green+Blue) = 203+56+31=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB381F is #34C7E0. Grayscale: #616161. Windows color (decimal): -3459041 or 2046155. OLE color: 2046155.
HSL color Cylindrical-coordinate representation of color #CB381F: hue angle of 8.72º 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 #CB381F is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 31 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.20 |
| HSL | 8.72º | 0.74% | 0.46% | - |
| HSV(B) | 8.72º | 0.85% | 0.8% | - |
| XYZ | 26.29 | 15.62 | 2.93 | - |
| YUV | 97.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 31 | 0 | 0.72 | 0.85 | 0.20 | 8.72 | 0.74 | 0.46 |
| Hex | CB | 38 | 1F | 0 | 48 | 55 | 14 | 9 | 4A | 2E |
| Octal | 313 | 70 | 37 | 0 | 110 | 125 | 24 | 11 | 112 | 56 |
| Binary | 11001011 | 111000 | 11111 | 0 | 1001000 | 1010101 | 10100 | 1001 | 1001010 | 101110 |
Color Harmonies of #CB381F
Complementary color
Monochromatic Colors of #CB381F
Black with #CB381F
Text Example
Text Example
White with #CB381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB381F; }
p { color: rgb(203,56,31); }
H1.HeaderClassName
{
color: #CB381F;
}
.AnyTagClassName
{
color: #CB381F;
}
</style>
background-color css
<style>
a { background-color: #CB381F; }
a { background-color: rgb(203,56,31); }
div.DivClassName
{
background-color: #CB381F;
}
.BgClassName
{
background-color: #CB381F;
}
</style>
border-color css
<style>
span { border-color: #CB381F; }
span { border-color: rgb(203,56,31); }
td.TdClassName
{
border-color: #CB381F;
}
.TagClassName
{
border-color: #CB381F;
}
</style>