Html Css Color HEX #C33714 Harley Davidson Orange
📋 copy color: '#C33714'red 195 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #C33714
Tints of Harley Davidson Orange #C33714
RGB
CMYK
RGB Variations
Color information
#C33714 (or 0xC33714) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 14. RGB value is (195,55,20). Sum of RGB (Red+Green+Blue) = 195+55+20=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33714 is #3CC8EB. Grayscale: #5D5D5D. Windows color (decimal): -3983596 or 1324995. OLE color: 1324995.
HSL color Cylindrical-coordinate representation of color #C33714: hue angle of 12º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33714 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 20 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.24 |
| HSL | 12º | 0.81% | 0.42% | - |
| HSV(B) | 12º | 0.9% | 0.76% | - |
| XYZ | 24 | 14.38 | 2.17 | - |
| YUV | 92.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 20 | 0 | 0.72 | 0.90 | 0.24 | 12 | 0.81 | 0.42 |
| Hex | C3 | 37 | 14 | 0 | 48 | 5A | 18 | C | 51 | 2A |
| Octal | 303 | 67 | 24 | 0 | 110 | 132 | 30 | 14 | 121 | 52 |
| Binary | 11000011 | 110111 | 10100 | 0 | 1001000 | 1011010 | 11000 | 1100 | 1010001 | 101010 |
Color Harmonies of #C33714
Complementary color
Monochromatic Colors of #C33714
Black with #C33714
Text Example
Text Example
White with #C33714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33714; }
p { color: rgb(195,55,20); }
H1.HeaderClassName
{
color: #C33714;
}
.AnyTagClassName
{
color: #C33714;
}
</style>
background-color css
<style>
a { background-color: #C33714; }
a { background-color: rgb(195,55,20); }
div.DivClassName
{
background-color: #C33714;
}
.BgClassName
{
background-color: #C33714;
}
</style>
border-color css
<style>
span { border-color: #C33714; }
span { border-color: rgb(195,55,20); }
td.TdClassName
{
border-color: #C33714;
}
.TagClassName
{
border-color: #C33714;
}
</style>