Html Css Color HEX #CB4213 Harley Davidson Orange
📋 copy color: '#CB4213'red 203 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #CB4213
Tints of Harley Davidson Orange #CB4213
RGB
CMYK
RGB Variations
Color information
#CB4213 (or 0xCB4213) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 13. RGB value is (203,66,19). Sum of RGB (Red+Green+Blue) = 203+66+19=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4213 is #34BDEC. Grayscale: #656565. Windows color (decimal): -3456493 or 1262283. OLE color: 1262283.
HSL color Cylindrical-coordinate representation of color #CB4213: hue angle of 15.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB4213 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.20 |
| HSL | 15.33º | 0.83% | 0.44% | - |
| HSV(B) | 15.33º | 0.91% | 0.8% | - |
| XYZ | 26.69 | 16.64 | 2.42 | - |
| YUV | 101.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 19 | 0 | 0.67 | 0.91 | 0.20 | 15.33 | 0.83 | 0.44 |
| Hex | CB | 42 | 13 | 0 | 43 | 5B | 14 | F | 53 | 2C |
| Octal | 313 | 102 | 23 | 0 | 103 | 133 | 24 | 17 | 123 | 54 |
| Binary | 11001011 | 1000010 | 10011 | 0 | 1000011 | 1011011 | 10100 | 1111 | 1010011 | 101100 |
Color Harmonies of #CB4213
Complementary color
Monochromatic Colors of #CB4213
Black with #CB4213
Text Example
Text Example
White with #CB4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4213; }
p { color: rgb(203,66,19); }
H1.HeaderClassName
{
color: #CB4213;
}
.AnyTagClassName
{
color: #CB4213;
}
</style>
background-color css
<style>
a { background-color: #CB4213; }
a { background-color: rgb(203,66,19); }
div.DivClassName
{
background-color: #CB4213;
}
.BgClassName
{
background-color: #CB4213;
}
</style>
border-color css
<style>
span { border-color: #CB4213; }
span { border-color: rgb(203,66,19); }
td.TdClassName
{
border-color: #CB4213;
}
.TagClassName
{
border-color: #CB4213;
}
</style>