Html Css Color HEX #700E2A Pohutukawa

📋 copy color: '#700E2A'

red 112 ◦ green 14 ◦ blue 42

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

Shades of Pohutukawa #700E2A

Tints of Pohutukawa #700E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25%

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#700E2A (or 0x700E2A) is known color: Pohutukawa. HEX triplet: 70, 0E and 2A. RGB value is (112,14,42). Sum of RGB (Red+Green+Blue) = 112+14+42=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E2A is #8FF1D5. Grayscale: #2E2E2E. Windows color (decimal): -9433558 or 2756208. OLE color: 2756208.

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

Color convert

RGB 112 14 42 -
CMYK 0 0.88 0.62 0.56
HSL 342.86º 0.78% 0.25% -
HSV(B) 342.86º 0.88% 0.44% -
XYZ 7.26 3.93 2.57 -
YUV 46.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 112 14 42 0 0.88 0.62 0.56 342.86 0.78 0.25
Hex 70 E 2A 0 58 3E 38 157 4E 19
Octal 160 16 52 0 130 76 70 527 116 31
Binary 1110000 1110 101010 0 1011000 111110 111000 101010111 1001110 11001

Color Harmonies of #700E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E2A

Black with #700E2A

Text Example


Text Example

White with #700E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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