Html Css Color HEX #C3210D Harley Davidson Orange
📋 copy color: '#C3210D'red 195 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #C3210D
Tints of Harley Davidson Orange #C3210D
RGB
CMYK
RGB Variations
Color information
#C3210D (or 0xC3210D) is known color: Harley Davidson Orange. HEX triplet: C3, 21 and 0D. RGB value is (195,33,13). Sum of RGB (Red+Green+Blue) = 195+33+13=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3210D is #3CDEF2. Grayscale: #4F4F4F. Windows color (decimal): -3989235 or 860611. OLE color: 860611.
HSL color Cylindrical-coordinate representation of color #C3210D: hue angle of 6.59º 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 #C3210D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.24 |
| HSL | 6.59º | 0.88% | 0.41% | - |
| HSV(B) | 6.59º | 0.93% | 0.76% | - |
| XYZ | 23.12 | 12.72 | 1.62 | - |
| YUV | 79.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 13 | 0 | 0.83 | 0.93 | 0.24 | 6.59 | 0.88 | 0.41 |
| Hex | C3 | 21 | D | 0 | 53 | 5D | 18 | 7 | 58 | 29 |
| Octal | 303 | 41 | 15 | 0 | 123 | 135 | 30 | 7 | 130 | 51 |
| Binary | 11000011 | 100001 | 1101 | 0 | 1010011 | 1011101 | 11000 | 111 | 1011000 | 101001 |
Color Harmonies of #C3210D
Complementary color
Monochromatic Colors of #C3210D
Black with #C3210D
Text Example
Text Example
White with #C3210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3210D; }
p { color: rgb(195,33,13); }
H1.HeaderClassName
{
color: #C3210D;
}
.AnyTagClassName
{
color: #C3210D;
}
</style>
background-color css
<style>
a { background-color: #C3210D; }
a { background-color: rgb(195,33,13); }
div.DivClassName
{
background-color: #C3210D;
}
.BgClassName
{
background-color: #C3210D;
}
</style>
border-color css
<style>
span { border-color: #C3210D; }
span { border-color: rgb(195,33,13); }
td.TdClassName
{
border-color: #C3210D;
}
.TagClassName
{
border-color: #C3210D;
}
</style>