#C0331C

Color #C0331C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C0331C

Tints of Harley Davidson Orange #C0331C

Color information

#C0331C (or 0xC0331C) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 33 and 1C. RGB value is (192,51,28). Sum of RGB (Red+Green+Blue) = 192+51+28=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0331C is #3FCCE3. Grayscale: #5A5A5A. Windows color (decimal): -4181220 or 1848256. OLE color: 1848256.

HSL color Cylindrical-coordinate representation of color #C0331C: hue angle of 8.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0331C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1925128-
CMYK00.730.850.25
HSL8.41º74.55%43.14%-
HSV(B)8.41º85.42%75.29%-
XYZ23.1313.662.52-
YUV90.5492.71200.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 70.85%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 28 (11.33% from 255) = 10.33%
R=70.85%
G=18.82%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192512800.730.850.258.4174.5543.14
HexC0331C049551984b2b
Octal30063340111125311011353
Binary11000000110011111000100100110101011100110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0331C; }

 p { color: rgb(192,51,28); }

 H1.HeaderClassName
 {
   color: #C0331C;
 }
 .AnyTagClassName
 {
   color: #C0331C;
 }
</style>
background-color css

<style>
 a { background-color: #C0331C; }

 a { background-color: rgb(192,51,28); }

 div.DivClassName
 {
   background-color: #C0331C;
 }
 .BgClassName
 {
   background-color: #C0331C;
 }
</style>
border-color css

<style>
 span { border-color: #C0331C; }

 span { border-color: rgb(192,51,28); }

 td.TdClassName
 {
   border-color: #C0331C;
 }
 .TagClassName
 {
   border-color: #C0331C;
 }
</style>