#621402

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

Shades of Red Oxide #621402

Tints of Red Oxide #621402

Color information

#621402 (or 0x621402) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 02. RGB value is (98,20,2). Sum of RGB (Red+Green+Blue) = 98+20+2=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #621402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621402 is #9DEBFD. Grayscale: #292929. Windows color (decimal): -10349566 or 136290. OLE color: 136290.

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

Color convert

RGB98202-
CMYK00.800.980.62
HSL11.25º96%19.61%-
HSV(B)11.25º97.96%38.43%-
XYZ5.33.10.38-
YUV41.27105.84168.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 81.67%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=81.67%
G=16.67%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9820200.800.980.6211.259619.61
Hex62142050623Eb6014
Octal1422420120142761314024
Binary110001010100100101000011000101111101011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621402; }

 p { color: rgb(98,20,2); }

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

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

 a { background-color: rgb(98,20,2); }

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

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

 span { border-color: rgb(98,20,2); }

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