Html Css Color HEX #C32704 Harley Davidson Orange
📋 copy color: '#C32704'red 195 ◦ green 39 ◦ blue 4
Shades of Harley Davidson Orange #C32704
Tints of Harley Davidson Orange #C32704
RGB
CMYK
RGB Variations
Color information
#C32704 (or 0xC32704) is known color: Harley Davidson Orange. HEX triplet: C3, 27 and 04. RGB value is (195,39,4). Sum of RGB (Red+Green+Blue) = 195+39+4=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C32704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32704 is #3CD8FB. Grayscale: #515151. Windows color (decimal): -3987708 or 272323. OLE color: 272323.
HSL color Cylindrical-coordinate representation of color #C32704: hue angle of 10.99º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C32704 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.24 |
| HSL | 10.99º | 0.96% | 0.39% | - |
| HSV(B) | 10.99º | 0.98% | 0.76% | - |
| XYZ | 23.25 | 13.06 | 1.41 | - |
| YUV | 81.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 4 | 0 | 0.80 | 0.98 | 0.24 | 10.99 | 0.96 | 0.39 |
| Hex | C3 | 27 | 4 | 0 | 50 | 62 | 18 | B | 60 | 27 |
| Octal | 303 | 47 | 4 | 0 | 120 | 142 | 30 | 13 | 140 | 47 |
| Binary | 11000011 | 100111 | 100 | 0 | 1010000 | 1100010 | 11000 | 1011 | 1100000 | 100111 |
Color Harmonies of #C32704
Complementary color
Monochromatic Colors of #C32704
Black with #C32704
Text Example
Text Example
White with #C32704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32704; }
p { color: rgb(195,39,4); }
H1.HeaderClassName
{
color: #C32704;
}
.AnyTagClassName
{
color: #C32704;
}
</style>
background-color css
<style>
a { background-color: #C32704; }
a { background-color: rgb(195,39,4); }
div.DivClassName
{
background-color: #C32704;
}
.BgClassName
{
background-color: #C32704;
}
</style>
border-color css
<style>
span { border-color: #C32704; }
span { border-color: rgb(195,39,4); }
td.TdClassName
{
border-color: #C32704;
}
.TagClassName
{
border-color: #C32704;
}
</style>