#621203

Color #621203 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #621203

Tints of Red Oxide #621203

Color information

#621203 (or 0x621203) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 03. RGB value is (98,18,3). Sum of RGB (Red+Green+Blue) = 98+18+3=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #621203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621203 is #9DEDFC. Grayscale: #282828. Windows color (decimal): -10350077 or 201314. OLE color: 201314.

HSL color Cylindrical-coordinate representation of color #621203: hue angle of 9.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #621203 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB98183-
CMYK00.820.970.62
HSL9.47º94.06%19.8%-
HSV(B)9.47º96.94%38.43%-
XYZ5.273.040.39-
YUV40.21107169.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=82.35%
G=15.13%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9818300.820.970.629.4794.0619.8
Hex62123052613E95e14
Octal1422230122141761113624
Binary110001010010110101001011000011111101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621203; }

 p { color: rgb(98,18,3); }

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

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

 a { background-color: rgb(98,18,3); }

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

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

 span { border-color: rgb(98,18,3); }

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