Html Css Color HEX #5C201F Red Oxide

📋 copy color: '#5C201F'

red 92 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #5C201F

Tints of Red Oxide #5C201F

RGB

 RED value IS 92 (36.33% from 255) = 59.35%

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 59.35%
G = 20.65%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5C201F (or 0x5C201F) is known color: Red Oxide. HEX triplet: 5C, 20 and 1F. RGB value is (92,32,31). Sum of RGB (Red+Green+Blue) = 92+32+31=155 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.35% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 92 - color contains mainly: red. Hex color #5C201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C201F is #A3DFE0. Grayscale: #313131. Windows color (decimal): -10739681 or 2039900. OLE color: 2039900.

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

Color convert

RGB 92 32 31 -
CMYK 0 0.65 0.66 0.64
HSL 0.98º 0.5% 0.24% -
HSV(B) 0.98º 0.66% 0.36% -
XYZ 5.18 3.41 1.68 -
YUV 49.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 92 32 31 0 0.65 0.66 0.64 0.98 0.5 0.24
Hex 5C 20 1F 0 41 42 40 1 32 18
Octal 134 40 37 0 101 102 100 1 62 30
Binary 1011100 100000 11111 0 1000001 1000010 1000000 1 110010 11000

Color Harmonies of #5C201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C201F

Black with #5C201F

Text Example


Text Example

White with #5C201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,32,31); }

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

background-color css

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

 a { background-color: rgb(92,32,31); }

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

border-color css

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

 span { border-color: rgb(92,32,31); }

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