Html Css Color HEX #700E1C Pohutukawa

📋 copy color: '#700E1C'

red 112 ◦ green 14 ◦ blue 28

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

Shades of Pohutukawa #700E1C

Tints of Pohutukawa #700E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#700E1C (or 0x700E1C) is known color: Pohutukawa. HEX triplet: 70, 0E and 1C. RGB value is (112,14,28). Sum of RGB (Red+Green+Blue) = 112+14+28=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E1C is #8FF1E3. Grayscale: #2C2C2C. Windows color (decimal): -9433572 or 1838704. OLE color: 1838704.

HSL color Cylindrical-coordinate representation of color #700E1C: hue angle of 351.43º 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 #700E1C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 28 -
CMYK 0 0.88 0.75 0.56
HSL 351.43º 0.78% 0.25% -
HSV(B) 351.43º 0.88% 0.44% -
XYZ 7.05 3.84 1.47 -
YUV 44.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 112 14 28 0 0.88 0.75 0.56 351.43 0.78 0.25
Hex 70 E 1C 0 58 4B 38 15F 4E 19
Octal 160 16 34 0 130 113 70 537 116 31
Binary 1110000 1110 11100 0 1011000 1001011 111000 101011111 1001110 11001

Color Harmonies of #700E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E1C

Black with #700E1C

Text Example


Text Example

White with #700E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E1C; }

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

 H1.HeaderClassName
 {
   color: #700E1C;
 }
 .AnyTagClassName
 {
   color: #700E1C;
 }
</style>

background-color css

<style>
 a { background-color: #700E1C; }

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

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

border-color css

<style>
 span { border-color: #700E1C; }

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

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