Html Css Color HEX #53150E Red Oxide

📋 copy color: '#53150E'

red 83 ◦ green 21 ◦ blue 14

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

Shades of Red Oxide #53150E

Tints of Red Oxide #53150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 70.34%
G = 17.8%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53150E (or 0x53150E) is known color: Red Oxide. HEX triplet: 53, 15 and 0E. RGB value is (83,21,14). Sum of RGB (Red+Green+Blue) = 83+21+14=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150E is #ACEAF1. Grayscale: #262626. Windows color (decimal): -11332338 or 922963. OLE color: 922963.

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

Color convert

RGB 83 21 14 -
CMYK 0 0.75 0.83 0.67
HSL 6.09º 0.71% 0.19% -
HSV(B) 6.09º 0.83% 0.33% -
XYZ 3.91 2.41 0.67 -
YUV 38.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 83 21 14 0 0.75 0.83 0.67 6.09 0.71 0.19
Hex 53 15 E 0 4B 53 43 6 47 13
Octal 123 25 16 0 113 123 103 6 107 23
Binary 1010011 10101 1110 0 1001011 1010011 1000011 110 1000111 10011

Color Harmonies of #53150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53150E

Black with #53150E

Text Example


Text Example

White with #53150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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