Html Css Color HEX #621D1C Red Oxide

📋 copy color: '#621D1C'

red 98 ◦ green 29 ◦ blue 28

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

Shades of Red Oxide #621D1C

Tints of Red Oxide #621D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 63.23%
G = 18.71%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#621D1C (or 0x621D1C) is known color: Red Oxide. HEX triplet: 62, 1D and 1C. RGB value is (98,29,28). Sum of RGB (Red+Green+Blue) = 98+29+28=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D1C is #9DE2E3. Grayscale: #313131. Windows color (decimal): -10347236 or 1842530. OLE color: 1842530.

HSL color Cylindrical-coordinate representation of color #621D1C: hue angle of 0.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621D1C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 28 -
CMYK 0 0.70 0.71 0.62
HSL 0.86º 0.56% 0.25% -
HSV(B) 0.86º 0.71% 0.38% -
XYZ 5.69 3.56 1.49 -
YUV 49.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 98 29 28 0 0.70 0.71 0.62 0.86 0.56 0.25
Hex 62 1D 1C 0 46 47 3E 1 38 19
Octal 142 35 34 0 106 107 76 1 70 31
Binary 1100010 11101 11100 0 1000110 1000111 111110 1 111000 11001

Color Harmonies of #621D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D1C

Black with #621D1C

Text Example


Text Example

White with #621D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621D1C; }

 p { color: rgb(98,29,28); }

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

background-color css

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

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

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

border-color css

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

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

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