Html Css Color HEX #62120E Red Oxide

📋 copy color: '#62120E'

red 98 ◦ green 18 ◦ blue 14

#62120E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #62120E

Tints of Red Oxide #62120E

RGB

 RED value IS 98 (38.67% from 255) = 75.38%

 GREEN value IS 18 (7.42% from 255) = 13.85%

 BLUE value IS 14 (5.86% from 255) = 10.77%

R = 75.38%
G = 13.85%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62120E (or 0x62120E) is known color: Red Oxide. HEX triplet: 62, 12 and 0E. RGB value is (98,18,14). Sum of RGB (Red+Green+Blue) = 98+18+14=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62120E is #9DEDF1. Grayscale: #292929. Windows color (decimal): -10350066 or 922210. OLE color: 922210.

HSL color Cylindrical-coordinate representation of color #62120E: hue angle of 2.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62120E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 14 -
CMYK 0 0.82 0.86 0.62
HSL 2.86º 0.75% 0.22% -
HSV(B) 2.86º 0.86% 0.38% -
XYZ 5.33 3.06 0.73 -
YUV 41.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 98 18 14 0 0.82 0.86 0.62 2.86 0.75 0.22
Hex 62 12 E 0 52 56 3E 3 4B 16
Octal 142 22 16 0 122 126 76 3 113 26
Binary 1100010 10010 1110 0 1010010 1010110 111110 11 1001011 10110

Color Harmonies of #62120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62120E

Black with #62120E

Text Example


Text Example

White with #62120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62120E; }

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

 H1.HeaderClassName
 {
   color: #62120E;
 }
 .AnyTagClassName
 {
   color: #62120E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #62120E;
 }
 .BgClassName
 {
   background-color: #62120E;
 }
</style>

border-color css

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

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

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