Html Css Color HEX #CB250F Harley Davidson Orange
📋 copy color: '#CB250F'red 203 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #CB250F
Tints of Harley Davidson Orange #CB250F
RGB
CMYK
RGB Variations
Color information
#CB250F (or 0xCB250F) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 0F. RGB value is (203,37,15). Sum of RGB (Red+Green+Blue) = 203+37+15=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB250F is #34DAF0. Grayscale: #545454. Windows color (decimal): -3463921 or 992715. OLE color: 992715.
HSL color Cylindrical-coordinate representation of color #CB250F: hue angle of 7.02º 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 #CB250F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.20 |
| HSL | 7.02º | 0.86% | 0.43% | - |
| HSV(B) | 7.02º | 0.93% | 0.8% | - |
| XYZ | 25.38 | 14.05 | 1.83 | - |
| YUV | 84.13 | 89 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 15 | 0 | 0.82 | 0.93 | 0.20 | 7.02 | 0.86 | 0.43 |
| Hex | CB | 25 | F | 0 | 52 | 5D | 14 | 7 | 56 | 2B |
| Octal | 313 | 45 | 17 | 0 | 122 | 135 | 24 | 7 | 126 | 53 |
| Binary | 11001011 | 100101 | 1111 | 0 | 1010010 | 1011101 | 10100 | 111 | 1010110 | 101011 |
Color Harmonies of #CB250F
Complementary color
Monochromatic Colors of #CB250F
Black with #CB250F
Text Example
Text Example
White with #CB250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB250F; }
p { color: rgb(203,37,15); }
H1.HeaderClassName
{
color: #CB250F;
}
.AnyTagClassName
{
color: #CB250F;
}
</style>
background-color css
<style>
a { background-color: #CB250F; }
a { background-color: rgb(203,37,15); }
div.DivClassName
{
background-color: #CB250F;
}
.BgClassName
{
background-color: #CB250F;
}
</style>
border-color css
<style>
span { border-color: #CB250F; }
span { border-color: rgb(203,37,15); }
td.TdClassName
{
border-color: #CB250F;
}
.TagClassName
{
border-color: #CB250F;
}
</style>