Html Css Color HEX #C32201 Harley Davidson Orange
📋 copy color: '#C32201'red 195 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #C32201
Tints of Harley Davidson Orange #C32201
RGB
CMYK
RGB Variations
Color information
#C32201 (or 0xC32201) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 01. RGB value is (195,34,1). Sum of RGB (Red+Green+Blue) = 195+34+1=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C32201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32201 is #3CDDFE. Grayscale: #4E4E4E. Windows color (decimal): -3988991 or 74435. OLE color: 74435.
HSL color Cylindrical-coordinate representation of color #C32201: hue angle of 10.21º 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 #C32201 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.24 |
| HSL | 10.21º | 0.99% | 0.38% | - |
| HSV(B) | 10.21º | 0.99% | 0.76% | - |
| XYZ | 23.08 | 12.75 | 1.27 | - |
| YUV | 78.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 1 | 0 | 0.83 | 0.99 | 0.24 | 10.21 | 0.99 | 0.38 |
| Hex | C3 | 22 | 1 | 0 | 53 | 63 | 18 | A | 63 | 26 |
| Octal | 303 | 42 | 1 | 0 | 123 | 143 | 30 | 12 | 143 | 46 |
| Binary | 11000011 | 100010 | 1 | 0 | 1010011 | 1100011 | 11000 | 1010 | 1100011 | 100110 |
Color Harmonies of #C32201
Complementary color
Monochromatic Colors of #C32201
Black with #C32201
Text Example
Text Example
White with #C32201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32201; }
p { color: rgb(195,34,1); }
H1.HeaderClassName
{
color: #C32201;
}
.AnyTagClassName
{
color: #C32201;
}
</style>
background-color css
<style>
a { background-color: #C32201; }
a { background-color: rgb(195,34,1); }
div.DivClassName
{
background-color: #C32201;
}
.BgClassName
{
background-color: #C32201;
}
</style>
border-color css
<style>
span { border-color: #C32201; }
span { border-color: rgb(195,34,1); }
td.TdClassName
{
border-color: #C32201;
}
.TagClassName
{
border-color: #C32201;
}
</style>