Html Css Color HEX #C33200 Harley Davidson Orange
📋 copy color: '#C33200'red 195 ◦ green 50 ◦ blue 0
Shades of Harley Davidson Orange #C33200
Tints of Harley Davidson Orange #C33200
RGB
CMYK
RGB Variations
Color information
#C33200 (or 0xC33200) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 00. RGB value is (195,50,0). Sum of RGB (Red+Green+Blue) = 195+50+0=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C33200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33200 is #3CCDFF. Grayscale: #585858. Windows color (decimal): -3984896 or 12995. OLE color: 12995.
HSL color Cylindrical-coordinate representation of color #C33200: hue angle of 15.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33200 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.24 |
| HSL | 15.38º | 1% | 0.38% | - |
| HSV(B) | 15.38º | 1% | 0.76% | - |
| XYZ | 23.65 | 13.88 | 1.43 | - |
| YUV | 87.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 0 | 0 | 0.74 | 1 | 0.24 | 15.38 | 1 | 0.38 |
| Hex | C3 | 32 | 0 | 0 | 4A | 64 | 18 | F | 64 | 26 |
| Octal | 303 | 62 | 0 | 0 | 112 | 144 | 30 | 17 | 144 | 46 |
| Binary | 11000011 | 110010 | 0 | 0 | 1001010 | 1100100 | 11000 | 1111 | 1100100 | 100110 |
Color Harmonies of #C33200
Complementary color
Monochromatic Colors of #C33200
Black with #C33200
Text Example
Text Example
White with #C33200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33200; }
p { color: rgb(195,50,0); }
H1.HeaderClassName
{
color: #C33200;
}
.AnyTagClassName
{
color: #C33200;
}
</style>
background-color css
<style>
a { background-color: #C33200; }
a { background-color: rgb(195,50,0); }
div.DivClassName
{
background-color: #C33200;
}
.BgClassName
{
background-color: #C33200;
}
</style>
border-color css
<style>
span { border-color: #C33200; }
span { border-color: rgb(195,50,0); }
td.TdClassName
{
border-color: #C33200;
}
.TagClassName
{
border-color: #C33200;
}
</style>