Html Css Color HEX #62120F Red Oxide

📋 copy color: '#62120F'

red 98 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #62120F

Tints of Red Oxide #62120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 74.81%
G = 13.74%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62120F (or 0x62120F) is known color: Red Oxide. HEX triplet: 62, 12 and 0F. RGB value is (98,18,15). Sum of RGB (Red+Green+Blue) = 98+18+15=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62120F is #9DEDF0. Grayscale: #292929. Windows color (decimal): -10350065 or 987746. OLE color: 987746.

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

Color convert

RGB 98 18 15 -
CMYK 0 0.82 0.85 0.62
HSL 2.17º 0.73% 0.22% -
HSV(B) 2.17º 0.85% 0.38% -
XYZ 5.34 3.06 0.76 -
YUV 41.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 98 18 15 0 0.82 0.85 0.62 2.17 0.73 0.22
Hex 62 12 F 0 52 55 3E 2 49 16
Octal 142 22 17 0 122 125 76 2 111 26
Binary 1100010 10010 1111 0 1010010 1010101 111110 10 1001001 10110

Color Harmonies of #62120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62120F

Black with #62120F

Text Example


Text Example

White with #62120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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