Html Css Color HEX #70230E Falu Red

📋 copy color: '#70230E'

red 112 ◦ green 35 ◦ blue 14

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

Shades of Falu Red #70230E

Tints of Falu Red #70230E

RGB

 RED value IS 112 (44.14% from 255) = 69.57%

 GREEN value IS 35 (14.06% from 255) = 21.74%

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

R = 69.57%
G = 21.74%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70230E (or 0x70230E) is known color: Falu Red. HEX triplet: 70, 23 and 0E. RGB value is (112,35,14). Sum of RGB (Red+Green+Blue) = 112+35+14=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70230E is #8FDCF1. Grayscale: #373737. Windows color (decimal): -9428210 or 926576. OLE color: 926576.

HSL color Cylindrical-coordinate representation of color #70230E: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70230E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 14 -
CMYK 0 0.69 0.88 0.56
HSL 12.86º 0.78% 0.25% -
HSV(B) 12.86º 0.88% 0.44% -
XYZ 7.36 4.68 0.93 -
YUV 55.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 112 35 14 0 0.69 0.88 0.56 12.86 0.78 0.25
Hex 70 23 E 0 45 58 38 D 4E 19
Octal 160 43 16 0 105 130 70 15 116 31
Binary 1110000 100011 1110 0 1000101 1011000 111000 1101 1001110 11001

Color Harmonies of #70230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70230E

Black with #70230E

Text Example


Text Example

White with #70230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,35,14); }

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

background-color css

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

 a { background-color: rgb(112,35,14); }

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

border-color css

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

 span { border-color: rgb(112,35,14); }

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