Html Css Color HEX #70230F Falu Red

📋 copy color: '#70230F'

red 112 ◦ green 35 ◦ blue 15

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

Shades of Falu Red #70230F

Tints of Falu Red #70230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 69.14%
G = 21.6%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70230F (or 0x70230F) is known color: Falu Red. HEX triplet: 70, 23 and 0F. RGB value is (112,35,15). Sum of RGB (Red+Green+Blue) = 112+35+15=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70230F is #8FDCF0. Grayscale: #373737. Windows color (decimal): -9428209 or 992112. OLE color: 992112.

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

Color convert

RGB 112 35 15 -
CMYK 0 0.69 0.87 0.56
HSL 12.37º 0.76% 0.25% -
HSV(B) 12.37º 0.87% 0.44% -
XYZ 7.37 4.68 0.97 -
YUV 55.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 112 35 15 0 0.69 0.87 0.56 12.37 0.76 0.25
Hex 70 23 F 0 45 57 38 C 4C 19
Octal 160 43 17 0 105 127 70 14 114 31
Binary 1110000 100011 1111 0 1000101 1010111 111000 1100 1001100 11001

Color Harmonies of #70230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70230F

Black with #70230F

Text Example


Text Example

White with #70230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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