Html Css Color HEX #CB3F25 Harley Davidson Orange
📋 copy color: '#CB3F25'red 203 ◦ green 63 ◦ blue 37
Shades of Harley Davidson Orange #CB3F25
Tints of Harley Davidson Orange #CB3F25
RGB
CMYK
RGB Variations
Color information
#CB3F25 (or 0xCB3F25) is known color: Harley Davidson Orange. HEX triplet: CB, 3F and 25. RGB value is (203,63,37). Sum of RGB (Red+Green+Blue) = 203+63+37=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F25 is #34C0DA. Grayscale: #666666. Windows color (decimal): -3457243 or 2441163. OLE color: 2441163.
HSL color Cylindrical-coordinate representation of color #CB3F25: hue angle of 9.4º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB3F25 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 37 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.20 |
| HSL | 9.4º | 0.69% | 0.47% | - |
| HSV(B) | 9.4º | 0.82% | 0.8% | - |
| XYZ | 26.74 | 16.39 | 3.5 | - |
| YUV | 101.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 37 | 0 | 0.69 | 0.82 | 0.20 | 9.4 | 0.69 | 0.47 |
| Hex | CB | 3F | 25 | 0 | 45 | 52 | 14 | 9 | 45 | 2F |
| Octal | 313 | 77 | 45 | 0 | 105 | 122 | 24 | 11 | 105 | 57 |
| Binary | 11001011 | 111111 | 100101 | 0 | 1000101 | 1010010 | 10100 | 1001 | 1000101 | 101111 |
Color Harmonies of #CB3F25
Complementary color
Monochromatic Colors of #CB3F25
Black with #CB3F25
Text Example
Text Example
White with #CB3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F25; }
p { color: rgb(203,63,37); }
H1.HeaderClassName
{
color: #CB3F25;
}
.AnyTagClassName
{
color: #CB3F25;
}
</style>
background-color css
<style>
a { background-color: #CB3F25; }
a { background-color: rgb(203,63,37); }
div.DivClassName
{
background-color: #CB3F25;
}
.BgClassName
{
background-color: #CB3F25;
}
</style>
border-color css
<style>
span { border-color: #CB3F25; }
span { border-color: rgb(203,63,37); }
td.TdClassName
{
border-color: #CB3F25;
}
.TagClassName
{
border-color: #CB3F25;
}
</style>