Html Css Color HEX #C82F1D Harley Davidson Orange
📋 copy color: '#C82F1D'red 200 ◦ green 47 ◦ blue 29
Shades of Harley Davidson Orange #C82F1D
Tints of Harley Davidson Orange #C82F1D
RGB
CMYK
RGB Variations
Color information
#C82F1D (or 0xC82F1D) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 1D. RGB value is (200,47,29). Sum of RGB (Red+Green+Blue) = 200+47+29=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F1D is #37D0E2. Grayscale: #5A5A5A. Windows color (decimal): -3657955 or 1912776. OLE color: 1912776.
HSL color Cylindrical-coordinate representation of color #C82F1D: hue angle of 6.32º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C82F1D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 29 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.22 |
| HSL | 6.32º | 0.75% | 0.45% | - |
| HSV(B) | 6.32º | 0.86% | 0.78% | - |
| XYZ | 25.06 | 14.4 | 2.62 | - |
| YUV | 90.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 29 | 0 | 0.76 | 0.86 | 0.22 | 6.32 | 0.75 | 0.45 |
| Hex | C8 | 2F | 1D | 0 | 4C | 56 | 16 | 6 | 4B | 2D |
| Octal | 310 | 57 | 35 | 0 | 114 | 126 | 26 | 6 | 113 | 55 |
| Binary | 11001000 | 101111 | 11101 | 0 | 1001100 | 1010110 | 10110 | 110 | 1001011 | 101101 |
Color Harmonies of #C82F1D
Complementary color
Monochromatic Colors of #C82F1D
Black with #C82F1D
Text Example
Text Example
White with #C82F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F1D; }
p { color: rgb(200,47,29); }
H1.HeaderClassName
{
color: #C82F1D;
}
.AnyTagClassName
{
color: #C82F1D;
}
</style>
background-color css
<style>
a { background-color: #C82F1D; }
a { background-color: rgb(200,47,29); }
div.DivClassName
{
background-color: #C82F1D;
}
.BgClassName
{
background-color: #C82F1D;
}
</style>
border-color css
<style>
span { border-color: #C82F1D; }
span { border-color: rgb(200,47,29); }
td.TdClassName
{
border-color: #C82F1D;
}
.TagClassName
{
border-color: #C82F1D;
}
</style>