Html Css Color HEX #C33320 Harley Davidson Orange
📋 copy color: '#C33320'red 195 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #C33320
Tints of Harley Davidson Orange #C33320
RGB
CMYK
RGB Variations
Color information
#C33320 (or 0xC33320) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 20. RGB value is (195,51,32). Sum of RGB (Red+Green+Blue) = 195+51+32=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C33320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33320 is #3CCCDF. Grayscale: #5C5C5C. Windows color (decimal): -3984608 or 2110403. OLE color: 2110403.
HSL color Cylindrical-coordinate representation of color #C33320: hue angle of 6.99º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C33320 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 32 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.24 |
| HSL | 6.99º | 0.72% | 0.45% | - |
| HSV(B) | 6.99º | 0.84% | 0.76% | - |
| XYZ | 23.95 | 14.07 | 2.82 | - |
| YUV | 91.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 32 | 0 | 0.74 | 0.84 | 0.24 | 6.99 | 0.72 | 0.45 |
| Hex | C3 | 33 | 20 | 0 | 4A | 54 | 18 | 7 | 48 | 2D |
| Octal | 303 | 63 | 40 | 0 | 112 | 124 | 30 | 7 | 110 | 55 |
| Binary | 11000011 | 110011 | 100000 | 0 | 1001010 | 1010100 | 11000 | 111 | 1001000 | 101101 |
Color Harmonies of #C33320
Complementary color
Monochromatic Colors of #C33320
Black with #C33320
Text Example
Text Example
White with #C33320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33320; }
p { color: rgb(195,51,32); }
H1.HeaderClassName
{
color: #C33320;
}
.AnyTagClassName
{
color: #C33320;
}
</style>
background-color css
<style>
a { background-color: #C33320; }
a { background-color: rgb(195,51,32); }
div.DivClassName
{
background-color: #C33320;
}
.BgClassName
{
background-color: #C33320;
}
</style>
border-color css
<style>
span { border-color: #C33320; }
span { border-color: rgb(195,51,32); }
td.TdClassName
{
border-color: #C33320;
}
.TagClassName
{
border-color: #C33320;
}
</style>