Html Css Color HEX #710E0F Pohutukawa

📋 copy color: '#710E0F'

red 113 ◦ green 14 ◦ blue 15

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

Shades of Pohutukawa #710E0F

Tints of Pohutukawa #710E0F

RGB

 RED value IS 113 (44.53% from 255) = 79.58%

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

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

R = 79.58%
G = 9.86%
B = 10.56%

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

#710E0F (or 0x710E0F) is known color: Pohutukawa. HEX triplet: 71, 0E and 0F. RGB value is (113,14,15). Sum of RGB (Red+Green+Blue) = 113+14+15=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E0F is #8EF1F0. Grayscale: #2B2B2B. Windows color (decimal): -9368049 or 986737. OLE color: 986737.

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

Color convert

RGB 113 14 15 -
CMYK 0 0.88 0.87 0.56
HSL 359.39º 0.78% 0.25% -
HSV(B) 359.39º 0.88% 0.44% -
XYZ 7.05 3.86 0.83 -
YUV 43.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 113 14 15 0 0.88 0.87 0.56 359.39 0.78 0.25
Hex 71 E F 0 58 57 38 167 4E 19
Octal 161 16 17 0 130 127 70 547 116 31
Binary 1110001 1110 1111 0 1011000 1010111 111000 101100111 1001110 11001

Color Harmonies of #710E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E0F

Black with #710E0F

Text Example


Text Example

White with #710E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710E0F; }

 p { color: rgb(113,14,15); }

 H1.HeaderClassName
 {
   color: #710E0F;
 }
 .AnyTagClassName
 {
   color: #710E0F;
 }
</style>

background-color css

<style>
 a { background-color: #710E0F; }

 a { background-color: rgb(113,14,15); }

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

border-color css

<style>
 span { border-color: #710E0F; }

 span { border-color: rgb(113,14,15); }

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