Html Css Color HEX #621111 Red Oxide

📋 copy color: '#621111'

red 98 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #621111

Tints of Red Oxide #621111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 74.24%
G = 12.88%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#621111 (or 0x621111) is known color: Red Oxide. HEX triplet: 62, 11 and 11. RGB value is (98,17,17). Sum of RGB (Red+Green+Blue) = 98+17+17=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #621111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621111 is #9DEEEE. Grayscale: #292929. Windows color (decimal): -10350319 or 1118562. OLE color: 1118562.

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

Color convert

RGB 98 17 17 -
CMYK 0 0.83 0.83 0.62
HSL 0.7% 0.23% -
HSV(B) 0.83% 0.38% -
XYZ 5.34 3.04 0.84 -
YUV 41.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 98 17 17 0 0.83 0.83 0.62 0 0.7 0.23
Hex 62 11 11 0 53 53 3E 0 46 17
Octal 142 21 21 0 123 123 76 0 106 27
Binary 1100010 10001 10001 0 1010011 1010011 111110 0 1000110 10111

Color Harmonies of #621111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621111

Black with #621111

Text Example


Text Example

White with #621111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621111; }

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

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

background-color css

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

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

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

border-color css

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

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

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