Html Css Color HEX #C83D07 Harley Davidson Orange
📋 copy color: '#C83D07'red 200 ◦ green 61 ◦ blue 7
Shades of Harley Davidson Orange #C83D07
Tints of Harley Davidson Orange #C83D07
RGB
CMYK
RGB Variations
Color information
#C83D07 (or 0xC83D07) is known color: Harley Davidson Orange. HEX triplet: C8, 3D and 07. RGB value is (200,61,7). Sum of RGB (Red+Green+Blue) = 200+61+7=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83D07 is #37C2F8. Grayscale: #606060. Windows color (decimal): -3654393 or 474568. OLE color: 474568.
HSL color Cylindrical-coordinate representation of color #C83D07: hue angle of 16.79º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C83D07 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.22 |
| HSL | 16.79º | 0.93% | 0.41% | - |
| HSV(B) | 16.79º | 0.97% | 0.78% | - |
| XYZ | 25.53 | 15.63 | 1.87 | - |
| YUV | 96.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 7 | 0 | 0.69 | 0.96 | 0.22 | 16.79 | 0.93 | 0.41 |
| Hex | C8 | 3D | 7 | 0 | 45 | 60 | 16 | 11 | 5D | 29 |
| Octal | 310 | 75 | 7 | 0 | 105 | 140 | 26 | 21 | 135 | 51 |
| Binary | 11001000 | 111101 | 111 | 0 | 1000101 | 1100000 | 10110 | 10001 | 1011101 | 101001 |
Color Harmonies of #C83D07
Complementary color
Monochromatic Colors of #C83D07
Black with #C83D07
Text Example
Text Example
White with #C83D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D07; }
p { color: rgb(200,61,7); }
H1.HeaderClassName
{
color: #C83D07;
}
.AnyTagClassName
{
color: #C83D07;
}
</style>
background-color css
<style>
a { background-color: #C83D07; }
a { background-color: rgb(200,61,7); }
div.DivClassName
{
background-color: #C83D07;
}
.BgClassName
{
background-color: #C83D07;
}
</style>
border-color css
<style>
span { border-color: #C83D07; }
span { border-color: rgb(200,61,7); }
td.TdClassName
{
border-color: #C83D07;
}
.TagClassName
{
border-color: #C83D07;
}
</style>