Html Css Color HEX #CB380C Harley Davidson Orange
📋 copy color: '#CB380C'red 203 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #CB380C
Tints of Harley Davidson Orange #CB380C
RGB
CMYK
RGB Variations
Color information
#CB380C (or 0xCB380C) is known color: Harley Davidson Orange. HEX triplet: CB, 38 and 0C. RGB value is (203,56,12). Sum of RGB (Red+Green+Blue) = 203+56+12=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB380C is #34C7F3. Grayscale: #5F5F5F. Windows color (decimal): -3459060 or 800971. OLE color: 800971.
HSL color Cylindrical-coordinate representation of color #CB380C: hue angle of 13.82º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB380C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.20 |
| HSL | 13.82º | 0.89% | 0.42% | - |
| HSV(B) | 13.82º | 0.94% | 0.8% | - |
| XYZ | 26.11 | 15.55 | 1.97 | - |
| YUV | 94.94 | 81.2 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 12 | 0 | 0.72 | 0.94 | 0.20 | 13.82 | 0.89 | 0.42 |
| Hex | CB | 38 | C | 0 | 48 | 5E | 14 | E | 59 | 2A |
| Octal | 313 | 70 | 14 | 0 | 110 | 136 | 24 | 16 | 131 | 52 |
| Binary | 11001011 | 111000 | 1100 | 0 | 1001000 | 1011110 | 10100 | 1110 | 1011001 | 101010 |
Color Harmonies of #CB380C
Complementary color
Monochromatic Colors of #CB380C
Black with #CB380C
Text Example
Text Example
White with #CB380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB380C; }
p { color: rgb(203,56,12); }
H1.HeaderClassName
{
color: #CB380C;
}
.AnyTagClassName
{
color: #CB380C;
}
</style>
background-color css
<style>
a { background-color: #CB380C; }
a { background-color: rgb(203,56,12); }
div.DivClassName
{
background-color: #CB380C;
}
.BgClassName
{
background-color: #CB380C;
}
</style>
border-color css
<style>
span { border-color: #CB380C; }
span { border-color: rgb(203,56,12); }
td.TdClassName
{
border-color: #CB380C;
}
.TagClassName
{
border-color: #CB380C;
}
</style>