#620E02

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

Shades of Red Oxide #620E02

Tints of Red Oxide #620E02

Color information

#620E02 (or 0x620E02) is unknown color: approx Red Oxide. HEX triplet: 62, 0E and 02. RGB value is (98,14,2). Sum of RGB (Red+Green+Blue) = 98+14+2=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #620E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E02 is #9DF1FD. Grayscale: #252525. Windows color (decimal): -10351102 or 134754. OLE color: 134754.

HSL color Cylindrical-coordinate representation of color #620E02: hue angle of 7.5º 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 #620E02 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB98142-
CMYK00.860.980.62
HSL7.5º96%19.61%-
HSV(B)7.5º97.96%38.43%-
XYZ5.22.920.35-
YUV37.75107.83170.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.96%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=85.96%
G=12.28%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9814200.860.980.627.59619.61
Hex62E2056623E86014
Octal1421620126142761014024
Binary11000101110100101011011000101111101000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620E02; }

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

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

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

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

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

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

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

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