Html Css Color HEX #CB410C Harley Davidson Orange
📋 copy color: '#CB410C'red 203 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #CB410C
Tints of Harley Davidson Orange #CB410C
RGB
CMYK
RGB Variations
Color information
#CB410C (or 0xCB410C) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 0C. RGB value is (203,65,12). Sum of RGB (Red+Green+Blue) = 203+65+12=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB410C is #34BEF3. Grayscale: #646464. Windows color (decimal): -3456756 or 803275. OLE color: 803275.
HSL color Cylindrical-coordinate representation of color #CB410C: hue angle of 16.65º 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 #CB410C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.20 |
| HSL | 16.65º | 0.89% | 0.42% | - |
| HSV(B) | 16.65º | 0.94% | 0.8% | - |
| XYZ | 26.59 | 16.5 | 2.13 | - |
| YUV | 100.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 12 | 0 | 0.68 | 0.94 | 0.20 | 16.65 | 0.89 | 0.42 |
| Hex | CB | 41 | C | 0 | 44 | 5E | 14 | 11 | 59 | 2A |
| Octal | 313 | 101 | 14 | 0 | 104 | 136 | 24 | 21 | 131 | 52 |
| Binary | 11001011 | 1000001 | 1100 | 0 | 1000100 | 1011110 | 10100 | 10001 | 1011001 | 101010 |
Color Harmonies of #CB410C
Complementary color
Monochromatic Colors of #CB410C
Black with #CB410C
Text Example
Text Example
White with #CB410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB410C; }
p { color: rgb(203,65,12); }
H1.HeaderClassName
{
color: #CB410C;
}
.AnyTagClassName
{
color: #CB410C;
}
</style>
background-color css
<style>
a { background-color: #CB410C; }
a { background-color: rgb(203,65,12); }
div.DivClassName
{
background-color: #CB410C;
}
.BgClassName
{
background-color: #CB410C;
}
</style>
border-color css
<style>
span { border-color: #CB410C; }
span { border-color: rgb(203,65,12); }
td.TdClassName
{
border-color: #CB410C;
}
.TagClassName
{
border-color: #CB410C;
}
</style>