Html Css Color HEX #62201E Red Oxide

📋 copy color: '#62201E'

red 98 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #62201E

Tints of Red Oxide #62201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 61.25%
G = 20%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62201E (or 0x62201E) is known color: Red Oxide. HEX triplet: 62, 20 and 1E. RGB value is (98,32,30). Sum of RGB (Red+Green+Blue) = 98+32+30=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62201E is #9DDFE1. Grayscale: #333333. Windows color (decimal): -10346466 or 1974370. OLE color: 1974370.

HSL color Cylindrical-coordinate representation of color #62201E: hue angle of 1.76º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62201E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 30 -
CMYK 0 0.67 0.69 0.62
HSL 1.76º 0.53% 0.25% -
HSV(B) 1.76º 0.69% 0.38% -
XYZ 5.79 3.72 1.64 -
YUV 51.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 98 32 30 0 0.67 0.69 0.62 1.76 0.53 0.25
Hex 62 20 1E 0 43 45 3E 2 35 19
Octal 142 40 36 0 103 105 76 2 65 31
Binary 1100010 100000 11110 0 1000011 1000101 111110 10 110101 11001

Color Harmonies of #62201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62201E

Black with #62201E

Text Example


Text Example

White with #62201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,32,30); }

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

background-color css

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

 a { background-color: rgb(98,32,30); }

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

border-color css

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

 span { border-color: rgb(98,32,30); }

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