Html Css Color HEX #CB401F Harley Davidson Orange
📋 copy color: '#CB401F'red 203 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #CB401F
Tints of Harley Davidson Orange #CB401F
RGB
CMYK
RGB Variations
Color information
#CB401F (or 0xCB401F) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 1F. RGB value is (203,64,31). Sum of RGB (Red+Green+Blue) = 203+64+31=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB401F is #34BFE0. Grayscale: #666666. Windows color (decimal): -3456993 or 2048203. OLE color: 2048203.
HSL color Cylindrical-coordinate representation of color #CB401F: hue angle of 11.51º 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 #CB401F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.20 |
| HSL | 11.51º | 0.74% | 0.46% | - |
| HSV(B) | 11.51º | 0.85% | 0.8% | - |
| XYZ | 26.71 | 16.46 | 3.07 | - |
| YUV | 101.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 31 | 0 | 0.68 | 0.85 | 0.20 | 11.51 | 0.74 | 0.46 |
| Hex | CB | 40 | 1F | 0 | 44 | 55 | 14 | C | 4A | 2E |
| Octal | 313 | 100 | 37 | 0 | 104 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001011 | 1000000 | 11111 | 0 | 1000100 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CB401F
Complementary color
Monochromatic Colors of #CB401F
Black with #CB401F
Text Example
Text Example
White with #CB401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB401F; }
p { color: rgb(203,64,31); }
H1.HeaderClassName
{
color: #CB401F;
}
.AnyTagClassName
{
color: #CB401F;
}
</style>
background-color css
<style>
a { background-color: #CB401F; }
a { background-color: rgb(203,64,31); }
div.DivClassName
{
background-color: #CB401F;
}
.BgClassName
{
background-color: #CB401F;
}
</style>
border-color css
<style>
span { border-color: #CB401F; }
span { border-color: rgb(203,64,31); }
td.TdClassName
{
border-color: #CB401F;
}
.TagClassName
{
border-color: #CB401F;
}
</style>