#621003

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

Shades of Red Oxide #621003

Tints of Red Oxide #621003

Color information

#621003 (or 0x621003) is unknown color: approx Red Oxide. HEX triplet: 62, 10 and 03. RGB value is (98,16,3). Sum of RGB (Red+Green+Blue) = 98+16+3=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #621003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621003 is #9DEFFC. Grayscale: #272727. Windows color (decimal): -10350589 or 200802. OLE color: 200802.

HSL color Cylindrical-coordinate representation of color #621003: hue angle of 8.21º 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 #621003 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB98163-
CMYK00.840.970.62
HSL8.21º94.06%19.8%-
HSV(B)8.21º96.94%38.43%-
XYZ5.242.970.38-
YUV39.04107.67170.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.76%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=83.76%
G=13.68%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816300.840.970.628.2194.0619.8
Hex62103054613E85e14
Octal1422030124141761013624
Binary110001010000110101010011000011111101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621003; }

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

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

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

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

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

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

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

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