Html Css Color HEX #CB250A Harley Davidson Orange
📋 copy color: '#CB250A'red 203 ◦ green 37 ◦ blue 10
Shades of Harley Davidson Orange #CB250A
Tints of Harley Davidson Orange #CB250A
RGB
CMYK
RGB Variations
Color information
#CB250A (or 0xCB250A) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 0A. RGB value is (203,37,10). Sum of RGB (Red+Green+Blue) = 203+37+10=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB250A is #34DAF5. Grayscale: #535353. Windows color (decimal): -3463926 or 665035. OLE color: 665035.
HSL color Cylindrical-coordinate representation of color #CB250A: hue angle of 8.39º 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 #CB250A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.20 |
| HSL | 8.39º | 0.91% | 0.42% | - |
| HSV(B) | 8.39º | 0.95% | 0.8% | - |
| XYZ | 25.34 | 14.04 | 1.66 | - |
| YUV | 83.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 10 | 0 | 0.82 | 0.95 | 0.20 | 8.39 | 0.91 | 0.42 |
| Hex | CB | 25 | A | 0 | 52 | 5F | 14 | 8 | 5B | 2A |
| Octal | 313 | 45 | 12 | 0 | 122 | 137 | 24 | 10 | 133 | 52 |
| Binary | 11001011 | 100101 | 1010 | 0 | 1010010 | 1011111 | 10100 | 1000 | 1011011 | 101010 |
Color Harmonies of #CB250A
Complementary color
Monochromatic Colors of #CB250A
Black with #CB250A
Text Example
Text Example
White with #CB250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB250A; }
p { color: rgb(203,37,10); }
H1.HeaderClassName
{
color: #CB250A;
}
.AnyTagClassName
{
color: #CB250A;
}
</style>
background-color css
<style>
a { background-color: #CB250A; }
a { background-color: rgb(203,37,10); }
div.DivClassName
{
background-color: #CB250A;
}
.BgClassName
{
background-color: #CB250A;
}
</style>
border-color css
<style>
span { border-color: #CB250A; }
span { border-color: rgb(203,37,10); }
td.TdClassName
{
border-color: #CB250A;
}
.TagClassName
{
border-color: #CB250A;
}
</style>