Html Css Color HEX #C03308 Harley Davidson Orange
📋 copy color: '#C03308'red 192 ◦ green 51 ◦ blue 8
Shades of Harley Davidson Orange #C03308
Tints of Harley Davidson Orange #C03308
RGB
CMYK
RGB Variations
Color information
#C03308 (or 0xC03308) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 08. RGB value is (192,51,8). Sum of RGB (Red+Green+Blue) = 192+51+8=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03308 is #3FCCF7. Grayscale: #585858. Windows color (decimal): -4181240 or 537536. OLE color: 537536.
HSL color Cylindrical-coordinate representation of color #C03308: hue angle of 14.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C03308 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.25 |
| HSL | 14.02º | 0.92% | 0.39% | - |
| HSV(B) | 14.02º | 0.96% | 0.75% | - |
| XYZ | 22.97 | 13.59 | 1.64 | - |
| YUV | 88.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 8 | 0 | 0.73 | 0.96 | 0.25 | 14.02 | 0.92 | 0.39 |
| Hex | C0 | 33 | 8 | 0 | 49 | 60 | 19 | E | 5C | 27 |
| Octal | 300 | 63 | 10 | 0 | 111 | 140 | 31 | 16 | 134 | 47 |
| Binary | 11000000 | 110011 | 1000 | 0 | 1001001 | 1100000 | 11001 | 1110 | 1011100 | 100111 |
Color Harmonies of #C03308
Complementary color
Monochromatic Colors of #C03308
Black with #C03308
Text Example
Text Example
White with #C03308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03308; }
p { color: rgb(192,51,8); }
H1.HeaderClassName
{
color: #C03308;
}
.AnyTagClassName
{
color: #C03308;
}
</style>
background-color css
<style>
a { background-color: #C03308; }
a { background-color: rgb(192,51,8); }
div.DivClassName
{
background-color: #C03308;
}
.BgClassName
{
background-color: #C03308;
}
</style>
border-color css
<style>
span { border-color: #C03308; }
span { border-color: rgb(192,51,8); }
td.TdClassName
{
border-color: #C03308;
}
.TagClassName
{
border-color: #C03308;
}
</style>