Html Css Color HEX #700E18 Pohutukawa

📋 copy color: '#700E18'

red 112 ◦ green 14 ◦ blue 24

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

Shades of Pohutukawa #700E18

Tints of Pohutukawa #700E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16%

R = 74.67%
G = 9.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#700E18 (or 0x700E18) is known color: Pohutukawa. HEX triplet: 70, 0E and 18. RGB value is (112,14,24). Sum of RGB (Red+Green+Blue) = 112+14+24=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700E18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E18 is #8FF1E7. Grayscale: #2C2C2C. Windows color (decimal): -9433576 or 1576560. OLE color: 1576560.

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

Color convert

RGB 112 14 24 -
CMYK 0 0.88 0.79 0.56
HSL 353.88º 0.78% 0.25% -
HSV(B) 353.88º 0.88% 0.44% -
XYZ 7 3.82 1.23 -
YUV 44.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 112 14 24 0 0.88 0.79 0.56 353.88 0.78 0.25
Hex 70 E 18 0 58 4F 38 162 4E 19
Octal 160 16 30 0 130 117 70 542 116 31
Binary 1110000 1110 11000 0 1011000 1001111 111000 101100010 1001110 11001

Color Harmonies of #700E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E18

Black with #700E18

Text Example


Text Example

White with #700E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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