Html Css Color HEX #62110D Red Oxide

📋 copy color: '#62110D'

red 98 ◦ green 17 ◦ blue 13

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

Shades of Red Oxide #62110D

Tints of Red Oxide #62110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

 BLUE value IS 13 (5.47% from 255) = 10.16%

R = 76.56%
G = 13.28%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62110D (or 0x62110D) is known color: Red Oxide. HEX triplet: 62, 11 and 0D. RGB value is (98,17,13). Sum of RGB (Red+Green+Blue) = 98+17+13=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62110D is #9DEEF2. Grayscale: #282828. Windows color (decimal): -10350323 or 856418. OLE color: 856418.

HSL color Cylindrical-coordinate representation of color #62110D: hue angle of 2.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62110D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 13 -
CMYK 0 0.83 0.87 0.62
HSL 2.82º 0.77% 0.22% -
HSV(B) 2.82º 0.87% 0.38% -
XYZ 5.31 3.03 0.69 -
YUV 40.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 98 17 13 0 0.83 0.87 0.62 2.82 0.77 0.22
Hex 62 11 D 0 53 57 3E 3 4D 16
Octal 142 21 15 0 123 127 76 3 115 26
Binary 1100010 10001 1101 0 1010011 1010111 111110 11 1001101 10110

Color Harmonies of #62110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62110D

Black with #62110D

Text Example


Text Example

White with #62110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62110D; }

 p { color: rgb(98,17,13); }

 H1.HeaderClassName
 {
   color: #62110D;
 }
 .AnyTagClassName
 {
   color: #62110D;
 }
</style>

background-color css

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

 a { background-color: rgb(98,17,13); }

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

border-color css

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

 span { border-color: rgb(98,17,13); }

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