Html Css Color HEX #700D0F Pohutukawa

📋 copy color: '#700D0F'

red 112 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #700D0F

Tints of Pohutukawa #700D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 80%
G = 9.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#700D0F (or 0x700D0F) is known color: Pohutukawa. HEX triplet: 70, 0D and 0F. RGB value is (112,13,15). Sum of RGB (Red+Green+Blue) = 112+13+15=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #700D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D0F is #8FF2F0. Grayscale: #2A2A2A. Windows color (decimal): -9433841 or 986480. OLE color: 986480.

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

Color convert

RGB 112 13 15 -
CMYK 0 0.88 0.87 0.56
HSL 358.79º 0.79% 0.25% -
HSV(B) 358.79º 0.88% 0.44% -
XYZ 6.91 3.77 0.81 -
YUV 42.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 112 13 15 0 0.88 0.87 0.56 358.79 0.79 0.25
Hex 70 D F 0 58 57 38 167 4F 19
Octal 160 15 17 0 130 127 70 547 117 31
Binary 1110000 1101 1111 0 1011000 1010111 111000 101100111 1001111 11001

Color Harmonies of #700D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D0F

Black with #700D0F

Text Example


Text Example

White with #700D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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