Html Css Color HEX #C33209 Harley Davidson Orange
📋 copy color: '#C33209'red 195 ◦ green 50 ◦ blue 9
Shades of Harley Davidson Orange #C33209
Tints of Harley Davidson Orange #C33209
RGB
CMYK
RGB Variations
Color information
#C33209 (or 0xC33209) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 09. RGB value is (195,50,9). Sum of RGB (Red+Green+Blue) = 195+50+9=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C33209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33209 is #3CCDF6. Grayscale: #585858. Windows color (decimal): -3984887 or 602819. OLE color: 602819.
HSL color Cylindrical-coordinate representation of color #C33209: hue angle of 13.23º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C33209 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.24 |
| HSL | 13.23º | 0.91% | 0.4% | - |
| HSV(B) | 13.23º | 0.95% | 0.76% | - |
| XYZ | 23.7 | 13.9 | 1.69 | - |
| YUV | 88.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 9 | 0 | 0.74 | 0.95 | 0.24 | 13.23 | 0.91 | 0.4 |
| Hex | C3 | 32 | 9 | 0 | 4A | 5F | 18 | D | 5B | 28 |
| Octal | 303 | 62 | 11 | 0 | 112 | 137 | 30 | 15 | 133 | 50 |
| Binary | 11000011 | 110010 | 1001 | 0 | 1001010 | 1011111 | 11000 | 1101 | 1011011 | 101000 |
Color Harmonies of #C33209
Complementary color
Monochromatic Colors of #C33209
Black with #C33209
Text Example
Text Example
White with #C33209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33209; }
p { color: rgb(195,50,9); }
H1.HeaderClassName
{
color: #C33209;
}
.AnyTagClassName
{
color: #C33209;
}
</style>
background-color css
<style>
a { background-color: #C33209; }
a { background-color: rgb(195,50,9); }
div.DivClassName
{
background-color: #C33209;
}
.BgClassName
{
background-color: #C33209;
}
</style>
border-color css
<style>
span { border-color: #C33209; }
span { border-color: rgb(195,50,9); }
td.TdClassName
{
border-color: #C33209;
}
.TagClassName
{
border-color: #C33209;
}
</style>