Html Css Color HEX #CB4314 Harley Davidson Orange
📋 copy color: '#CB4314'red 203 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #CB4314
Tints of Harley Davidson Orange #CB4314
RGB
CMYK
RGB Variations
Color information
#CB4314 (or 0xCB4314) is known color: Harley Davidson Orange. HEX triplet: CB, 43 and 14. RGB value is (203,67,20). Sum of RGB (Red+Green+Blue) = 203+67+20=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4314 is #34BCEB. Grayscale: #666666. Windows color (decimal): -3456236 or 1328075. OLE color: 1328075.
HSL color Cylindrical-coordinate representation of color #CB4314: hue angle of 15.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4314 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.20 |
| HSL | 15.41º | 0.82% | 0.44% | - |
| HSV(B) | 15.41º | 0.9% | 0.8% | - |
| XYZ | 26.76 | 16.76 | 2.49 | - |
| YUV | 102.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 20 | 0 | 0.67 | 0.90 | 0.20 | 15.41 | 0.82 | 0.44 |
| Hex | CB | 43 | 14 | 0 | 43 | 5A | 14 | F | 52 | 2C |
| Octal | 313 | 103 | 24 | 0 | 103 | 132 | 24 | 17 | 122 | 54 |
| Binary | 11001011 | 1000011 | 10100 | 0 | 1000011 | 1011010 | 10100 | 1111 | 1010010 | 101100 |
Color Harmonies of #CB4314
Complementary color
Monochromatic Colors of #CB4314
Black with #CB4314
Text Example
Text Example
White with #CB4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4314; }
p { color: rgb(203,67,20); }
H1.HeaderClassName
{
color: #CB4314;
}
.AnyTagClassName
{
color: #CB4314;
}
</style>
background-color css
<style>
a { background-color: #CB4314; }
a { background-color: rgb(203,67,20); }
div.DivClassName
{
background-color: #CB4314;
}
.BgClassName
{
background-color: #CB4314;
}
</style>
border-color css
<style>
span { border-color: #CB4314; }
span { border-color: rgb(203,67,20); }
td.TdClassName
{
border-color: #CB4314;
}
.TagClassName
{
border-color: #CB4314;
}
</style>