Html Css Color HEX #CB420C Harley Davidson Orange
📋 copy color: '#CB420C'red 203 ◦ green 66 ◦ blue 12
Shades of Harley Davidson Orange #CB420C
Tints of Harley Davidson Orange #CB420C
RGB
CMYK
RGB Variations
Color information
#CB420C (or 0xCB420C) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 0C. RGB value is (203,66,12). Sum of RGB (Red+Green+Blue) = 203+66+12=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB420C is #34BDF3. Grayscale: #656565. Windows color (decimal): -3456500 or 803531. OLE color: 803531.
HSL color Cylindrical-coordinate representation of color #CB420C: hue angle of 16.96º 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 #CB420C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.20 |
| HSL | 16.96º | 0.89% | 0.42% | - |
| HSV(B) | 16.96º | 0.94% | 0.8% | - |
| XYZ | 26.64 | 16.62 | 2.15 | - |
| YUV | 100.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 12 | 0 | 0.67 | 0.94 | 0.20 | 16.96 | 0.89 | 0.42 |
| Hex | CB | 42 | C | 0 | 43 | 5E | 14 | 11 | 59 | 2A |
| Octal | 313 | 102 | 14 | 0 | 103 | 136 | 24 | 21 | 131 | 52 |
| Binary | 11001011 | 1000010 | 1100 | 0 | 1000011 | 1011110 | 10100 | 10001 | 1011001 | 101010 |
Color Harmonies of #CB420C
Complementary color
Monochromatic Colors of #CB420C
Black with #CB420C
Text Example
Text Example
White with #CB420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB420C; }
p { color: rgb(203,66,12); }
H1.HeaderClassName
{
color: #CB420C;
}
.AnyTagClassName
{
color: #CB420C;
}
</style>
background-color css
<style>
a { background-color: #CB420C; }
a { background-color: rgb(203,66,12); }
div.DivClassName
{
background-color: #CB420C;
}
.BgClassName
{
background-color: #CB420C;
}
</style>
border-color css
<style>
span { border-color: #CB420C; }
span { border-color: rgb(203,66,12); }
td.TdClassName
{
border-color: #CB420C;
}
.TagClassName
{
border-color: #CB420C;
}
</style>