Html Css Color HEX #CB430A Harley Davidson Orange
📋 copy color: '#CB430A'red 203 ◦ green 67 ◦ blue 10
Shades of Harley Davidson Orange #CB430A
Tints of Harley Davidson Orange #CB430A
RGB
CMYK
RGB Variations
Color information
#CB430A (or 0xCB430A) is known color: Harley Davidson Orange. HEX triplet: CB, 43 and 0A. RGB value is (203,67,10). Sum of RGB (Red+Green+Blue) = 203+67+10=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB430A is #34BCF5. Grayscale: #656565. Windows color (decimal): -3456246 or 672715. OLE color: 672715.
HSL color Cylindrical-coordinate representation of color #CB430A: hue angle of 17.72º 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 #CB430A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.20 |
| HSL | 17.72º | 0.91% | 0.42% | - |
| HSV(B) | 17.72º | 0.95% | 0.8% | - |
| XYZ | 26.69 | 16.73 | 2.11 | - |
| YUV | 101.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 10 | 0 | 0.67 | 0.95 | 0.20 | 17.72 | 0.91 | 0.42 |
| Hex | CB | 43 | A | 0 | 43 | 5F | 14 | 12 | 5B | 2A |
| Octal | 313 | 103 | 12 | 0 | 103 | 137 | 24 | 22 | 133 | 52 |
| Binary | 11001011 | 1000011 | 1010 | 0 | 1000011 | 1011111 | 10100 | 10010 | 1011011 | 101010 |
Color Harmonies of #CB430A
Complementary color
Monochromatic Colors of #CB430A
Black with #CB430A
Text Example
Text Example
White with #CB430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB430A; }
p { color: rgb(203,67,10); }
H1.HeaderClassName
{
color: #CB430A;
}
.AnyTagClassName
{
color: #CB430A;
}
</style>
background-color css
<style>
a { background-color: #CB430A; }
a { background-color: rgb(203,67,10); }
div.DivClassName
{
background-color: #CB430A;
}
.BgClassName
{
background-color: #CB430A;
}
</style>
border-color css
<style>
span { border-color: #CB430A; }
span { border-color: rgb(203,67,10); }
td.TdClassName
{
border-color: #CB430A;
}
.TagClassName
{
border-color: #CB430A;
}
</style>