Html Css Color HEX #CB250C Harley Davidson Orange
📋 copy color: '#CB250C'red 203 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #CB250C
Tints of Harley Davidson Orange #CB250C
RGB
CMYK
RGB Variations
Color information
#CB250C (or 0xCB250C) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 0C. RGB value is (203,37,12). Sum of RGB (Red+Green+Blue) = 203+37+12=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB250C is #34DAF3. Grayscale: #545454. Windows color (decimal): -3463924 or 796107. OLE color: 796107.
HSL color Cylindrical-coordinate representation of color #CB250C: hue angle of 7.85º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB250C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.20 |
| HSL | 7.85º | 0.89% | 0.42% | - |
| HSV(B) | 7.85º | 0.94% | 0.8% | - |
| XYZ | 25.36 | 14.05 | 1.72 | - |
| YUV | 83.78 | 87.5 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 12 | 0 | 0.82 | 0.94 | 0.20 | 7.85 | 0.89 | 0.42 |
| Hex | CB | 25 | C | 0 | 52 | 5E | 14 | 8 | 59 | 2A |
| Octal | 313 | 45 | 14 | 0 | 122 | 136 | 24 | 10 | 131 | 52 |
| Binary | 11001011 | 100101 | 1100 | 0 | 1010010 | 1011110 | 10100 | 1000 | 1011001 | 101010 |
Color Harmonies of #CB250C
Complementary color
Monochromatic Colors of #CB250C
Black with #CB250C
Text Example
Text Example
White with #CB250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB250C; }
p { color: rgb(203,37,12); }
H1.HeaderClassName
{
color: #CB250C;
}
.AnyTagClassName
{
color: #CB250C;
}
</style>
background-color css
<style>
a { background-color: #CB250C; }
a { background-color: rgb(203,37,12); }
div.DivClassName
{
background-color: #CB250C;
}
.BgClassName
{
background-color: #CB250C;
}
</style>
border-color css
<style>
span { border-color: #CB250C; }
span { border-color: rgb(203,37,12); }
td.TdClassName
{
border-color: #CB250C;
}
.TagClassName
{
border-color: #CB250C;
}
</style>