#C03813

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

Shades of Harley Davidson Orange #C03813

Tints of Harley Davidson Orange #C03813

Color information

#C03813 (or 0xC03813) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 38 and 13. RGB value is (192,56,19). Sum of RGB (Red+Green+Blue) = 192+56+19=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C03813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03813 is #3FC7EC. Grayscale: #5C5C5C. Windows color (decimal): -4179949 or 1259712. OLE color: 1259712.

HSL color Cylindrical-coordinate representation of color #C03813: hue angle of 12.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03813 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1925619-
CMYK00.710.900.25
HSL12.83º81.99%41.37%-
HSV(B)12.83º90.1%75.29%-
XYZ23.2714.082.11-
YUV92.4586.56199.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=71.91%
G=20.97%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192561900.710.900.2512.8381.9941.37
HexC038130475A19d5229
Octal30070230107132311512251
Binary11000000111000100110100011110110101100111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03813; }

 p { color: rgb(192,56,19); }

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

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

 a { background-color: rgb(192,56,19); }

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

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

 span { border-color: rgb(192,56,19); }

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