Html Css Color HEX #700D0E Pohutukawa

📋 copy color: '#700D0E'

red 112 ◦ green 13 ◦ blue 14

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

Shades of Pohutukawa #700D0E

Tints of Pohutukawa #700D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

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

R = 80.58%
G = 9.35%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#700D0E (or 0x700D0E) is known color: Pohutukawa. HEX triplet: 70, 0D and 0E. RGB value is (112,13,14). Sum of RGB (Red+Green+Blue) = 112+13+14=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D0E is #8FF2F1. Grayscale: #2A2A2A. Windows color (decimal): -9433842 or 920944. OLE color: 920944.

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

Color convert

RGB 112 13 14 -
CMYK 0 0.88 0.88 0.56
HSL 359.39º 0.79% 0.25% -
HSV(B) 359.39º 0.88% 0.44% -
XYZ 6.91 3.76 0.78 -
YUV 42.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 112 13 14 0 0.88 0.88 0.56 359.39 0.79 0.25
Hex 70 D E 0 58 58 38 167 4F 19
Octal 160 15 16 0 130 130 70 547 117 31
Binary 1110000 1101 1110 0 1011000 1011000 111000 101100111 1001111 11001

Color Harmonies of #700D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D0E

Black with #700D0E

Text Example


Text Example

White with #700D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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