Html Css Color HEX #C83312 Harley Davidson Orange
📋 copy color: '#C83312'red 200 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #C83312
Tints of Harley Davidson Orange #C83312
RGB
CMYK
RGB Variations
Color information
#C83312 (or 0xC83312) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 12. RGB value is (200,51,18). Sum of RGB (Red+Green+Blue) = 200+51+18=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C83312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83312 is #37CCED. Grayscale: #5C5C5C. Windows color (decimal): -3656942 or 1192904. OLE color: 1192904.
HSL color Cylindrical-coordinate representation of color #C83312: hue angle of 10.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C83312 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 10.88º | 0.83% | 0.43% | - |
| HSV(B) | 10.88º | 0.91% | 0.78% | - |
| XYZ | 25.11 | 14.69 | 2.08 | - |
| YUV | 91.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 18 | 0 | 0.74 | 0.91 | 0.22 | 10.88 | 0.83 | 0.43 |
| Hex | C8 | 33 | 12 | 0 | 4A | 5B | 16 | B | 53 | 2B |
| Octal | 310 | 63 | 22 | 0 | 112 | 133 | 26 | 13 | 123 | 53 |
| Binary | 11001000 | 110011 | 10010 | 0 | 1001010 | 1011011 | 10110 | 1011 | 1010011 | 101011 |
Color Harmonies of #C83312
Complementary color
Monochromatic Colors of #C83312
Black with #C83312
Text Example
Text Example
White with #C83312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83312; }
p { color: rgb(200,51,18); }
H1.HeaderClassName
{
color: #C83312;
}
.AnyTagClassName
{
color: #C83312;
}
</style>
background-color css
<style>
a { background-color: #C83312; }
a { background-color: rgb(200,51,18); }
div.DivClassName
{
background-color: #C83312;
}
.BgClassName
{
background-color: #C83312;
}
</style>
border-color css
<style>
span { border-color: #C83312; }
span { border-color: rgb(200,51,18); }
td.TdClassName
{
border-color: #C83312;
}
.TagClassName
{
border-color: #C83312;
}
</style>