Html Css Color HEX #C3270D Harley Davidson Orange
📋 copy color: '#C3270D'red 195 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #C3270D
Tints of Harley Davidson Orange #C3270D
RGB
CMYK
RGB Variations
Color information
#C3270D (or 0xC3270D) is known color: Harley Davidson Orange. HEX triplet: C3, 27 and 0D. RGB value is (195,39,13). Sum of RGB (Red+Green+Blue) = 195+39+13=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C3270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3270D is #3CD8F2. Grayscale: #525252. Windows color (decimal): -3987699 or 862147. OLE color: 862147.
HSL color Cylindrical-coordinate representation of color #C3270D: hue angle of 8.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3270D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.24 |
| HSL | 8.57º | 0.88% | 0.41% | - |
| HSV(B) | 8.57º | 0.93% | 0.76% | - |
| XYZ | 23.3 | 13.08 | 1.68 | - |
| YUV | 82.68 | 88.68 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 13 | 0 | 0.80 | 0.93 | 0.24 | 8.57 | 0.88 | 0.41 |
| Hex | C3 | 27 | D | 0 | 50 | 5D | 18 | 9 | 58 | 29 |
| Octal | 303 | 47 | 15 | 0 | 120 | 135 | 30 | 11 | 130 | 51 |
| Binary | 11000011 | 100111 | 1101 | 0 | 1010000 | 1011101 | 11000 | 1001 | 1011000 | 101001 |
Color Harmonies of #C3270D
Complementary color
Monochromatic Colors of #C3270D
Black with #C3270D
Text Example
Text Example
White with #C3270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3270D; }
p { color: rgb(195,39,13); }
H1.HeaderClassName
{
color: #C3270D;
}
.AnyTagClassName
{
color: #C3270D;
}
</style>
background-color css
<style>
a { background-color: #C3270D; }
a { background-color: rgb(195,39,13); }
div.DivClassName
{
background-color: #C3270D;
}
.BgClassName
{
background-color: #C3270D;
}
</style>
border-color css
<style>
span { border-color: #C3270D; }
span { border-color: rgb(195,39,13); }
td.TdClassName
{
border-color: #C3270D;
}
.TagClassName
{
border-color: #C3270D;
}
</style>