Html Css Color HEX #62140E Red Oxide

📋 copy color: '#62140E'

red 98 ◦ green 20 ◦ blue 14

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

Shades of Red Oxide #62140E

Tints of Red Oxide #62140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 74.24%
G = 15.15%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62140E (or 0x62140E) is known color: Red Oxide. HEX triplet: 62, 14 and 0E. RGB value is (98,20,14). Sum of RGB (Red+Green+Blue) = 98+20+14=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62140E is #9DEBF1. Grayscale: #2A2A2A. Windows color (decimal): -10349554 or 922722. OLE color: 922722.

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

Color convert

RGB 98 20 14 -
CMYK 0 0.80 0.86 0.62
HSL 4.29º 0.75% 0.22% -
HSV(B) 4.29º 0.86% 0.38% -
XYZ 5.37 3.13 0.74 -
YUV 42.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 98 20 14 0 0.80 0.86 0.62 4.29 0.75 0.22
Hex 62 14 E 0 50 56 3E 4 4B 16
Octal 142 24 16 0 120 126 76 4 113 26
Binary 1100010 10100 1110 0 1010000 1010110 111110 100 1001011 10110

Color Harmonies of #62140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62140E

Black with #62140E

Text Example


Text Example

White with #62140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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