Html Css Color HEX #CB300F Harley Davidson Orange
📋 copy color: '#CB300F'red 203 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #CB300F
Tints of Harley Davidson Orange #CB300F
RGB
CMYK
RGB Variations
Color information
#CB300F (or 0xCB300F) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 0F. RGB value is (203,48,15). Sum of RGB (Red+Green+Blue) = 203+48+15=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB300F is #34CFF0. Grayscale: #5A5A5A. Windows color (decimal): -3461105 or 995531. OLE color: 995531.
HSL color Cylindrical-coordinate representation of color #CB300F: hue angle of 10.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB300F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.20 |
| HSL | 10.53º | 0.86% | 0.43% | - |
| HSV(B) | 10.53º | 0.93% | 0.8% | - |
| XYZ | 25.77 | 14.84 | 1.96 | - |
| YUV | 90.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 15 | 0 | 0.76 | 0.93 | 0.20 | 10.53 | 0.86 | 0.43 |
| Hex | CB | 30 | F | 0 | 4C | 5D | 14 | B | 56 | 2B |
| Octal | 313 | 60 | 17 | 0 | 114 | 135 | 24 | 13 | 126 | 53 |
| Binary | 11001011 | 110000 | 1111 | 0 | 1001100 | 1011101 | 10100 | 1011 | 1010110 | 101011 |
Color Harmonies of #CB300F
Complementary color
Monochromatic Colors of #CB300F
Black with #CB300F
Text Example
Text Example
White with #CB300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB300F; }
p { color: rgb(203,48,15); }
H1.HeaderClassName
{
color: #CB300F;
}
.AnyTagClassName
{
color: #CB300F;
}
</style>
background-color css
<style>
a { background-color: #CB300F; }
a { background-color: rgb(203,48,15); }
div.DivClassName
{
background-color: #CB300F;
}
.BgClassName
{
background-color: #CB300F;
}
</style>
border-color css
<style>
span { border-color: #CB300F; }
span { border-color: rgb(203,48,15); }
td.TdClassName
{
border-color: #CB300F;
}
.TagClassName
{
border-color: #CB300F;
}
</style>