Html Css Color HEX #CB340A Harley Davidson Orange
📋 copy color: '#CB340A'red 203 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #CB340A
Tints of Harley Davidson Orange #CB340A
RGB
CMYK
RGB Variations
Color information
#CB340A (or 0xCB340A) is known color: Harley Davidson Orange. HEX triplet: CB, 34 and 0A. RGB value is (203,52,10). Sum of RGB (Red+Green+Blue) = 203+52+10=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB340A is #34CBF5. Grayscale: #5C5C5C. Windows color (decimal): -3460086 or 668875. OLE color: 668875.
HSL color Cylindrical-coordinate representation of color #CB340A: hue angle of 13.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB340A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.20 |
| HSL | 13.06º | 0.91% | 0.42% | - |
| HSV(B) | 13.06º | 0.95% | 0.8% | - |
| XYZ | 25.91 | 15.17 | 1.85 | - |
| YUV | 92.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 10 | 0 | 0.74 | 0.95 | 0.20 | 13.06 | 0.91 | 0.42 |
| Hex | CB | 34 | A | 0 | 4A | 5F | 14 | D | 5B | 2A |
| Octal | 313 | 64 | 12 | 0 | 112 | 137 | 24 | 15 | 133 | 52 |
| Binary | 11001011 | 110100 | 1010 | 0 | 1001010 | 1011111 | 10100 | 1101 | 1011011 | 101010 |
Color Harmonies of #CB340A
Complementary color
Monochromatic Colors of #CB340A
Black with #CB340A
Text Example
Text Example
White with #CB340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB340A; }
p { color: rgb(203,52,10); }
H1.HeaderClassName
{
color: #CB340A;
}
.AnyTagClassName
{
color: #CB340A;
}
</style>
background-color css
<style>
a { background-color: #CB340A; }
a { background-color: rgb(203,52,10); }
div.DivClassName
{
background-color: #CB340A;
}
.BgClassName
{
background-color: #CB340A;
}
</style>
border-color css
<style>
span { border-color: #CB340A; }
span { border-color: rgb(203,52,10); }
td.TdClassName
{
border-color: #CB340A;
}
.TagClassName
{
border-color: #CB340A;
}
</style>