Html Css Color HEX #700E15 Pohutukawa

📋 copy color: '#700E15'

red 112 ◦ green 14 ◦ blue 21

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

Shades of Pohutukawa #700E15

Tints of Pohutukawa #700E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 76.19%
G = 9.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#700E15 (or 0x700E15) is known color: Pohutukawa. HEX triplet: 70, 0E and 15. RGB value is (112,14,21). Sum of RGB (Red+Green+Blue) = 112+14+21=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E15 is #8FF1EA. Grayscale: #2C2C2C. Windows color (decimal): -9433579 or 1379952. OLE color: 1379952.

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

Color convert

RGB 112 14 21 -
CMYK 0 0.88 0.81 0.56
HSL 355.71º 0.78% 0.25% -
HSV(B) 355.71º 0.88% 0.44% -
XYZ 6.97 3.81 1.08 -
YUV 44.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 112 14 21 0 0.88 0.81 0.56 355.71 0.78 0.25
Hex 70 E 15 0 58 51 38 164 4E 19
Octal 160 16 25 0 130 121 70 544 116 31
Binary 1110000 1110 10101 0 1011000 1010001 111000 101100100 1001110 11001

Color Harmonies of #700E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E15

Black with #700E15

Text Example


Text Example

White with #700E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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