Html Css Color HEX #CB2F0A Harley Davidson Orange
📋 copy color: '#CB2F0A'red 203 ◦ green 47 ◦ blue 10
Shades of Harley Davidson Orange #CB2F0A
Tints of Harley Davidson Orange #CB2F0A
RGB
CMYK
RGB Variations
Color information
#CB2F0A (or 0xCB2F0A) is known color: Harley Davidson Orange. HEX triplet: CB, 2F and 0A. RGB value is (203,47,10). Sum of RGB (Red+Green+Blue) = 203+47+10=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2F0A is #34D0F5. Grayscale: #595959. Windows color (decimal): -3461366 or 667595. OLE color: 667595.
HSL color Cylindrical-coordinate representation of color #CB2F0A: hue angle of 11.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB2F0A is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 10 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.20 |
| HSL | 11.5º | 0.91% | 0.42% | - |
| HSV(B) | 11.5º | 0.95% | 0.8% | - |
| XYZ | 25.7 | 14.75 | 1.78 | - |
| YUV | 89.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 10 | 0 | 0.77 | 0.95 | 0.20 | 11.5 | 0.91 | 0.42 |
| Hex | CB | 2F | A | 0 | 4D | 5F | 14 | C | 5B | 2A |
| Octal | 313 | 57 | 12 | 0 | 115 | 137 | 24 | 14 | 133 | 52 |
| Binary | 11001011 | 101111 | 1010 | 0 | 1001101 | 1011111 | 10100 | 1100 | 1011011 | 101010 |
Color Harmonies of #CB2F0A
Complementary color
Monochromatic Colors of #CB2F0A
Black with #CB2F0A
Text Example
Text Example
White with #CB2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F0A; }
p { color: rgb(203,47,10); }
H1.HeaderClassName
{
color: #CB2F0A;
}
.AnyTagClassName
{
color: #CB2F0A;
}
</style>
background-color css
<style>
a { background-color: #CB2F0A; }
a { background-color: rgb(203,47,10); }
div.DivClassName
{
background-color: #CB2F0A;
}
.BgClassName
{
background-color: #CB2F0A;
}
</style>
border-color css
<style>
span { border-color: #CB2F0A; }
span { border-color: rgb(203,47,10); }
td.TdClassName
{
border-color: #CB2F0A;
}
.TagClassName
{
border-color: #CB2F0A;
}
</style>