Html Css Color HEX #C32E01 Harley Davidson Orange
📋 copy color: '#C32E01'red 195 ◦ green 46 ◦ blue 1
Shades of Harley Davidson Orange #C32E01
Tints of Harley Davidson Orange #C32E01
RGB
CMYK
RGB Variations
Color information
#C32E01 (or 0xC32E01) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 01. RGB value is (195,46,1). Sum of RGB (Red+Green+Blue) = 195+46+1=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E01 is #3CD1FE. Grayscale: #555555. Windows color (decimal): -3985919 or 77507. OLE color: 77507.
HSL color Cylindrical-coordinate representation of color #C32E01: hue angle of 13.92º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C32E01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.24 |
| HSL | 13.92º | 0.99% | 0.38% | - |
| HSV(B) | 13.92º | 0.99% | 0.76% | - |
| XYZ | 23.49 | 13.56 | 1.41 | - |
| YUV | 85.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 1 | 0 | 0.76 | 0.99 | 0.24 | 13.92 | 0.99 | 0.38 |
| Hex | C3 | 2E | 1 | 0 | 4C | 63 | 18 | E | 63 | 26 |
| Octal | 303 | 56 | 1 | 0 | 114 | 143 | 30 | 16 | 143 | 46 |
| Binary | 11000011 | 101110 | 1 | 0 | 1001100 | 1100011 | 11000 | 1110 | 1100011 | 100110 |
Color Harmonies of #C32E01
Complementary color
Monochromatic Colors of #C32E01
Black with #C32E01
Text Example
Text Example
White with #C32E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E01; }
p { color: rgb(195,46,1); }
H1.HeaderClassName
{
color: #C32E01;
}
.AnyTagClassName
{
color: #C32E01;
}
</style>
background-color css
<style>
a { background-color: #C32E01; }
a { background-color: rgb(195,46,1); }
div.DivClassName
{
background-color: #C32E01;
}
.BgClassName
{
background-color: #C32E01;
}
</style>
border-color css
<style>
span { border-color: #C32E01; }
span { border-color: rgb(195,46,1); }
td.TdClassName
{
border-color: #C32E01;
}
.TagClassName
{
border-color: #C32E01;
}
</style>