Html Css Color HEX #C32203 Harley Davidson Orange
📋 copy color: '#C32203'red 195 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #C32203
Tints of Harley Davidson Orange #C32203
RGB
CMYK
RGB Variations
Color information
#C32203 (or 0xC32203) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 03. RGB value is (195,34,3). Sum of RGB (Red+Green+Blue) = 195+34+3=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C32203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32203 is #3CDDFC. Grayscale: #4E4E4E. Windows color (decimal): -3988989 or 205507. OLE color: 205507.
HSL color Cylindrical-coordinate representation of color #C32203: hue angle of 9.69º degrees, saturation: 0.97, 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 #C32203 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.24 |
| HSL | 9.69º | 0.97% | 0.39% | - |
| HSV(B) | 9.69º | 0.98% | 0.76% | - |
| XYZ | 23.09 | 12.75 | 1.33 | - |
| YUV | 78.61 | 85.34 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 3 | 0 | 0.83 | 0.98 | 0.24 | 9.69 | 0.97 | 0.39 |
| Hex | C3 | 22 | 3 | 0 | 53 | 62 | 18 | A | 61 | 27 |
| Octal | 303 | 42 | 3 | 0 | 123 | 142 | 30 | 12 | 141 | 47 |
| Binary | 11000011 | 100010 | 11 | 0 | 1010011 | 1100010 | 11000 | 1010 | 1100001 | 100111 |
Color Harmonies of #C32203
Complementary color
Monochromatic Colors of #C32203
Black with #C32203
Text Example
Text Example
White with #C32203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32203; }
p { color: rgb(195,34,3); }
H1.HeaderClassName
{
color: #C32203;
}
.AnyTagClassName
{
color: #C32203;
}
</style>
background-color css
<style>
a { background-color: #C32203; }
a { background-color: rgb(195,34,3); }
div.DivClassName
{
background-color: #C32203;
}
.BgClassName
{
background-color: #C32203;
}
</style>
border-color css
<style>
span { border-color: #C32203; }
span { border-color: rgb(195,34,3); }
td.TdClassName
{
border-color: #C32203;
}
.TagClassName
{
border-color: #C32203;
}
</style>