Html Css Color HEX #53110E Red Oxide

📋 copy color: '#53110E'

red 83 ◦ green 17 ◦ blue 14

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

Shades of Red Oxide #53110E

Tints of Red Oxide #53110E

RGB

 RED value IS 83 (32.81% from 255) = 72.81%

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 72.81%
G = 14.91%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53110E (or 0x53110E) is known color: Red Oxide. HEX triplet: 53, 11 and 0E. RGB value is (83,17,14). Sum of RGB (Red+Green+Blue) = 83+17+14=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53110E is #ACEEF1. Grayscale: #242424. Windows color (decimal): -11333362 or 921939. OLE color: 921939.

HSL color Cylindrical-coordinate representation of color #53110E: hue angle of 2.61º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53110E is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 14 -
CMYK 0 0.80 0.83 0.67
HSL 2.61º 0.71% 0.19% -
HSV(B) 2.61º 0.83% 0.33% -
XYZ 3.85 2.27 0.65 -
YUV 36.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 83 17 14 0 0.80 0.83 0.67 2.61 0.71 0.19
Hex 53 11 E 0 50 53 43 3 47 13
Octal 123 21 16 0 120 123 103 3 107 23
Binary 1010011 10001 1110 0 1010000 1010011 1000011 11 1000111 10011

Color Harmonies of #53110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53110E

Black with #53110E

Text Example


Text Example

White with #53110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,17,14); }

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

background-color css

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

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

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

border-color css

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

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

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