Html Css Color HEX #C62A1B Harley Davidson Orange
📋 copy color: '#C62A1B'red 198 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #C62A1B
Tints of Harley Davidson Orange #C62A1B
RGB
CMYK
RGB Variations
Color information
#C62A1B (or 0xC62A1B) is known color: Harley Davidson Orange. HEX triplet: C6, 2A and 1B. RGB value is (198,42,27). Sum of RGB (Red+Green+Blue) = 198+42+27=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A1B is #39D5E4. Grayscale: #575757. Windows color (decimal): -3790309 or 1780422. OLE color: 1780422.
HSL color Cylindrical-coordinate representation of color #C62A1B: hue angle of 5.26º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C62A1B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.22 |
| HSL | 5.26º | 0.76% | 0.44% | - |
| HSV(B) | 5.26º | 0.86% | 0.78% | - |
| XYZ | 24.31 | 13.74 | 2.41 | - |
| YUV | 86.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 27 | 0 | 0.79 | 0.86 | 0.22 | 5.26 | 0.76 | 0.44 |
| Hex | C6 | 2A | 1B | 0 | 4F | 56 | 16 | 5 | 4C | 2C |
| Octal | 306 | 52 | 33 | 0 | 117 | 126 | 26 | 5 | 114 | 54 |
| Binary | 11000110 | 101010 | 11011 | 0 | 1001111 | 1010110 | 10110 | 101 | 1001100 | 101100 |
Color Harmonies of #C62A1B
Complementary color
Monochromatic Colors of #C62A1B
Black with #C62A1B
Text Example
Text Example
White with #C62A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A1B; }
p { color: rgb(198,42,27); }
H1.HeaderClassName
{
color: #C62A1B;
}
.AnyTagClassName
{
color: #C62A1B;
}
</style>
background-color css
<style>
a { background-color: #C62A1B; }
a { background-color: rgb(198,42,27); }
div.DivClassName
{
background-color: #C62A1B;
}
.BgClassName
{
background-color: #C62A1B;
}
</style>
border-color css
<style>
span { border-color: #C62A1B; }
span { border-color: rgb(198,42,27); }
td.TdClassName
{
border-color: #C62A1B;
}
.TagClassName
{
border-color: #C62A1B;
}
</style>