Html Css Color HEX #5D201D Red Oxide

📋 copy color: '#5D201D'

red 93 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #5D201D

Tints of Red Oxide #5D201D

RGB

 RED value IS 93 (36.72% from 255) = 60.39%

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

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 60.39%
G = 20.78%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D201D (or 0x5D201D) is known color: Red Oxide. HEX triplet: 5D, 20 and 1D. RGB value is (93,32,29). Sum of RGB (Red+Green+Blue) = 93+32+29=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D201D is #A2DFE2. Grayscale: #313131. Windows color (decimal): -10674147 or 1908829. OLE color: 1908829.

HSL color Cylindrical-coordinate representation of color #5D201D: hue angle of 2.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D201D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 32 29 -
CMYK 0 0.66 0.69 0.64
HSL 2.81º 0.52% 0.24% -
HSV(B) 2.81º 0.69% 0.36% -
XYZ 5.25 3.45 1.55 -
YUV 49.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 93 32 29 0 0.66 0.69 0.64 2.81 0.52 0.24
Hex 5D 20 1D 0 42 45 40 3 34 18
Octal 135 40 35 0 102 105 100 3 64 30
Binary 1011101 100000 11101 0 1000010 1000101 1000000 11 110100 11000

Color Harmonies of #5D201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D201D

Black with #5D201D

Text Example


Text Example

White with #5D201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D201D; }

 p { color: rgb(93,32,29); }

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

background-color css

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

 a { background-color: rgb(93,32,29); }

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

border-color css

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

 span { border-color: rgb(93,32,29); }

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