Html Css Color HEX #CB341D Harley Davidson Orange
📋 copy color: '#CB341D'red 203 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #CB341D
Tints of Harley Davidson Orange #CB341D
RGB
CMYK
RGB Variations
Color information
#CB341D (or 0xCB341D) is known color: Harley Davidson Orange. HEX triplet: CB, 34 and 1D. RGB value is (203,52,29). Sum of RGB (Red+Green+Blue) = 203+52+29=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB341D is #34CBE2. Grayscale: #5E5E5E. Windows color (decimal): -3460067 or 1914059. OLE color: 1914059.
HSL color Cylindrical-coordinate representation of color #CB341D: hue angle of 7.93º 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 #CB341D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 29 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.20 |
| HSL | 7.93º | 0.75% | 0.45% | - |
| HSV(B) | 7.93º | 0.86% | 0.8% | - |
| XYZ | 26.08 | 15.24 | 2.73 | - |
| YUV | 94.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 29 | 0 | 0.74 | 0.86 | 0.20 | 7.93 | 0.75 | 0.45 |
| Hex | CB | 34 | 1D | 0 | 4A | 56 | 14 | 8 | 4B | 2D |
| Octal | 313 | 64 | 35 | 0 | 112 | 126 | 24 | 10 | 113 | 55 |
| Binary | 11001011 | 110100 | 11101 | 0 | 1001010 | 1010110 | 10100 | 1000 | 1001011 | 101101 |
Color Harmonies of #CB341D
Complementary color
Monochromatic Colors of #CB341D
Black with #CB341D
Text Example
Text Example
White with #CB341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB341D; }
p { color: rgb(203,52,29); }
H1.HeaderClassName
{
color: #CB341D;
}
.AnyTagClassName
{
color: #CB341D;
}
</style>
background-color css
<style>
a { background-color: #CB341D; }
a { background-color: rgb(203,52,29); }
div.DivClassName
{
background-color: #CB341D;
}
.BgClassName
{
background-color: #CB341D;
}
</style>
border-color css
<style>
span { border-color: #CB341D; }
span { border-color: rgb(203,52,29); }
td.TdClassName
{
border-color: #CB341D;
}
.TagClassName
{
border-color: #CB341D;
}
</style>