Html Css Color HEX #C03208 Harley Davidson Orange
📋 copy color: '#C03208'red 192 ◦ green 50 ◦ blue 8
Shades of Harley Davidson Orange #C03208
Tints of Harley Davidson Orange #C03208
RGB
CMYK
RGB Variations
Color information
#C03208 (or 0xC03208) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 08. RGB value is (192,50,8). Sum of RGB (Red+Green+Blue) = 192+50+8=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C03208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03208 is #3FCDF7. Grayscale: #575757. Windows color (decimal): -4181496 or 537280. OLE color: 537280.
HSL color Cylindrical-coordinate representation of color #C03208: hue angle of 13.7º 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 #C03208 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.25 |
| HSL | 13.7º | 0.92% | 0.39% | - |
| HSV(B) | 13.7º | 0.96% | 0.75% | - |
| XYZ | 22.92 | 13.51 | 1.63 | - |
| YUV | 87.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 8 | 0 | 0.74 | 0.96 | 0.25 | 13.7 | 0.92 | 0.39 |
| Hex | C0 | 32 | 8 | 0 | 4A | 60 | 19 | E | 5C | 27 |
| Octal | 300 | 62 | 10 | 0 | 112 | 140 | 31 | 16 | 134 | 47 |
| Binary | 11000000 | 110010 | 1000 | 0 | 1001010 | 1100000 | 11001 | 1110 | 1011100 | 100111 |
Color Harmonies of #C03208
Complementary color
Monochromatic Colors of #C03208
Black with #C03208
Text Example
Text Example
White with #C03208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03208; }
p { color: rgb(192,50,8); }
H1.HeaderClassName
{
color: #C03208;
}
.AnyTagClassName
{
color: #C03208;
}
</style>
background-color css
<style>
a { background-color: #C03208; }
a { background-color: rgb(192,50,8); }
div.DivClassName
{
background-color: #C03208;
}
.BgClassName
{
background-color: #C03208;
}
</style>
border-color css
<style>
span { border-color: #C03208; }
span { border-color: rgb(192,50,8); }
td.TdClassName
{
border-color: #C03208;
}
.TagClassName
{
border-color: #C03208;
}
</style>