Html Css Color HEX #53100E Red Oxide

📋 copy color: '#53100E'

red 83 ◦ green 16 ◦ blue 14

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

Shades of Red Oxide #53100E

Tints of Red Oxide #53100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

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

R = 73.45%
G = 14.16%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53100E (or 0x53100E) is known color: Red Oxide. HEX triplet: 53, 10 and 0E. RGB value is (83,16,14). Sum of RGB (Red+Green+Blue) = 83+16+14=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53100E is #ACEFF1. Grayscale: #232323. Windows color (decimal): -11333618 or 921683. OLE color: 921683.

HSL color Cylindrical-coordinate representation of color #53100E: hue angle of 1.74º 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 #53100E is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 14 -
CMYK 0 0.81 0.83 0.67
HSL 1.74º 0.71% 0.19% -
HSV(B) 1.74º 0.83% 0.33% -
XYZ 3.83 2.24 0.65 -
YUV 35.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 83 16 14 0 0.81 0.83 0.67 1.74 0.71 0.19
Hex 53 10 E 0 51 53 43 2 47 13
Octal 123 20 16 0 121 123 103 2 107 23
Binary 1010011 10000 1110 0 1010001 1010011 1000011 10 1000111 10011

Color Harmonies of #53100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53100E

Black with #53100E

Text Example


Text Example

White with #53100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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