Html Css Color HEX #C83C0F Harley Davidson Orange
📋 copy color: '#C83C0F'red 200 ◦ green 60 ◦ blue 15
Shades of Harley Davidson Orange #C83C0F
Tints of Harley Davidson Orange #C83C0F
RGB
CMYK
RGB Variations
Color information
#C83C0F (or 0xC83C0F) is known color: Harley Davidson Orange. HEX triplet: C8, 3C and 0F. RGB value is (200,60,15). Sum of RGB (Red+Green+Blue) = 200+60+15=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C0F is #37C3F0. Grayscale: #616161. Windows color (decimal): -3654641 or 998600. OLE color: 998600.
HSL color Cylindrical-coordinate representation of color #C83C0F: hue angle of 14.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C83C0F is Cyan = 0, Magento = 0.7, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 15 | - |
| CMYK | 0 | 0.7 | 0.92 | 0.22 |
| HSL | 14.59º | 0.86% | 0.42% | - |
| HSV(B) | 14.59º | 0.93% | 0.78% | - |
| XYZ | 25.52 | 15.55 | 2.11 | - |
| YUV | 96.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 15 | 0 | 0.7 | 0.92 | 0.22 | 14.59 | 0.86 | 0.42 |
| Hex | C8 | 3C | F | 0 | 46 | 5C | 16 | F | 56 | 2A |
| Octal | 310 | 74 | 17 | 0 | 106 | 134 | 26 | 17 | 126 | 52 |
| Binary | 11001000 | 111100 | 1111 | 0 | 1000110 | 1011100 | 10110 | 1111 | 1010110 | 101010 |
Color Harmonies of #C83C0F
Complementary color
Monochromatic Colors of #C83C0F
Black with #C83C0F
Text Example
Text Example
White with #C83C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C0F; }
p { color: rgb(200,60,15); }
H1.HeaderClassName
{
color: #C83C0F;
}
.AnyTagClassName
{
color: #C83C0F;
}
</style>
background-color css
<style>
a { background-color: #C83C0F; }
a { background-color: rgb(200,60,15); }
div.DivClassName
{
background-color: #C83C0F;
}
.BgClassName
{
background-color: #C83C0F;
}
</style>
border-color css
<style>
span { border-color: #C83C0F; }
span { border-color: rgb(200,60,15); }
td.TdClassName
{
border-color: #C83C0F;
}
.TagClassName
{
border-color: #C83C0F;
}
</style>