Html Css Color HEX #C32708 Harley Davidson Orange
📋 copy color: '#C32708'red 195 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #C32708
Tints of Harley Davidson Orange #C32708
RGB
CMYK
RGB Variations
Color information
#C32708 (or 0xC32708) is known color: Harley Davidson Orange. HEX triplet: C3, 27 and 08. RGB value is (195,39,8). Sum of RGB (Red+Green+Blue) = 195+39+8=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32708 is #3CD8F7. Grayscale: #525252. Windows color (decimal): -3987704 or 534467. OLE color: 534467.
HSL color Cylindrical-coordinate representation of color #C32708: hue angle of 9.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C32708 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.24 |
| HSL | 9.95º | 0.92% | 0.4% | - |
| HSV(B) | 9.95º | 0.96% | 0.76% | - |
| XYZ | 23.28 | 13.07 | 1.53 | - |
| YUV | 82.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 8 | 0 | 0.80 | 0.96 | 0.24 | 9.95 | 0.92 | 0.4 |
| Hex | C3 | 27 | 8 | 0 | 50 | 60 | 18 | A | 5C | 28 |
| Octal | 303 | 47 | 10 | 0 | 120 | 140 | 30 | 12 | 134 | 50 |
| Binary | 11000011 | 100111 | 1000 | 0 | 1010000 | 1100000 | 11000 | 1010 | 1011100 | 101000 |
Color Harmonies of #C32708
Complementary color
Monochromatic Colors of #C32708
Black with #C32708
Text Example
Text Example
White with #C32708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32708; }
p { color: rgb(195,39,8); }
H1.HeaderClassName
{
color: #C32708;
}
.AnyTagClassName
{
color: #C32708;
}
</style>
background-color css
<style>
a { background-color: #C32708; }
a { background-color: rgb(195,39,8); }
div.DivClassName
{
background-color: #C32708;
}
.BgClassName
{
background-color: #C32708;
}
</style>
border-color css
<style>
span { border-color: #C32708; }
span { border-color: rgb(195,39,8); }
td.TdClassName
{
border-color: #C32708;
}
.TagClassName
{
border-color: #C32708;
}
</style>