Html Css Color HEX #C0330F Harley Davidson Orange
📋 copy color: '#C0330F'red 192 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #C0330F
Tints of Harley Davidson Orange #C0330F
RGB
CMYK
RGB Variations
Color information
#C0330F (or 0xC0330F) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 0F. RGB value is (192,51,15). Sum of RGB (Red+Green+Blue) = 192+51+15=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0330F is #3FCCF0. Grayscale: #595959. Windows color (decimal): -4181233 or 996288. OLE color: 996288.
HSL color Cylindrical-coordinate representation of color #C0330F: hue angle of 12.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0330F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.25 |
| HSL | 12.2º | 0.86% | 0.41% | - |
| HSV(B) | 12.2º | 0.92% | 0.75% | - |
| XYZ | 23.01 | 13.61 | 1.87 | - |
| YUV | 89.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 15 | 0 | 0.73 | 0.92 | 0.25 | 12.2 | 0.86 | 0.41 |
| Hex | C0 | 33 | F | 0 | 49 | 5C | 19 | C | 56 | 29 |
| Octal | 300 | 63 | 17 | 0 | 111 | 134 | 31 | 14 | 126 | 51 |
| Binary | 11000000 | 110011 | 1111 | 0 | 1001001 | 1011100 | 11001 | 1100 | 1010110 | 101001 |
Color Harmonies of #C0330F
Complementary color
Monochromatic Colors of #C0330F
Black with #C0330F
Text Example
Text Example
White with #C0330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0330F; }
p { color: rgb(192,51,15); }
H1.HeaderClassName
{
color: #C0330F;
}
.AnyTagClassName
{
color: #C0330F;
}
</style>
background-color css
<style>
a { background-color: #C0330F; }
a { background-color: rgb(192,51,15); }
div.DivClassName
{
background-color: #C0330F;
}
.BgClassName
{
background-color: #C0330F;
}
</style>
border-color css
<style>
span { border-color: #C0330F; }
span { border-color: rgb(192,51,15); }
td.TdClassName
{
border-color: #C0330F;
}
.TagClassName
{
border-color: #C0330F;
}
</style>