Html Css Color HEX #CB3C1D Harley Davidson Orange
📋 copy color: '#CB3C1D'red 203 ◦ green 60 ◦ blue 29
Shades of Harley Davidson Orange #CB3C1D
Tints of Harley Davidson Orange #CB3C1D
RGB
CMYK
RGB Variations
Color information
#CB3C1D (or 0xCB3C1D) is known color: Harley Davidson Orange. HEX triplet: CB, 3C and 1D. RGB value is (203,60,29). Sum of RGB (Red+Green+Blue) = 203+60+29=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C1D is #34C3E2. Grayscale: #636363. Windows color (decimal): -3458019 or 1916107. OLE color: 1916107.
HSL color Cylindrical-coordinate representation of color #CB3C1D: hue angle of 10.69º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB3C1D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.20 |
| HSL | 10.69º | 0.75% | 0.45% | - |
| HSV(B) | 10.69º | 0.86% | 0.8% | - |
| XYZ | 26.47 | 16.02 | 2.86 | - |
| YUV | 99.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 29 | 0 | 0.70 | 0.86 | 0.20 | 10.69 | 0.75 | 0.45 |
| Hex | CB | 3C | 1D | 0 | 46 | 56 | 14 | B | 4B | 2D |
| Octal | 313 | 74 | 35 | 0 | 106 | 126 | 24 | 13 | 113 | 55 |
| Binary | 11001011 | 111100 | 11101 | 0 | 1000110 | 1010110 | 10100 | 1011 | 1001011 | 101101 |
Color Harmonies of #CB3C1D
Complementary color
Monochromatic Colors of #CB3C1D
Black with #CB3C1D
Text Example
Text Example
White with #CB3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C1D; }
p { color: rgb(203,60,29); }
H1.HeaderClassName
{
color: #CB3C1D;
}
.AnyTagClassName
{
color: #CB3C1D;
}
</style>
background-color css
<style>
a { background-color: #CB3C1D; }
a { background-color: rgb(203,60,29); }
div.DivClassName
{
background-color: #CB3C1D;
}
.BgClassName
{
background-color: #CB3C1D;
}
</style>
border-color css
<style>
span { border-color: #CB3C1D; }
span { border-color: rgb(203,60,29); }
td.TdClassName
{
border-color: #CB3C1D;
}
.TagClassName
{
border-color: #CB3C1D;
}
</style>