Html Css Color HEX #E71206 Red

📋 copy color: '#E71206'

red 231 ◦ green 18 ◦ blue 6

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

Shades of Red #E71206

Tints of Red #E71206

RGB

 RED value IS 231 (90.63% from 255) = 90.59%

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 90.59%
G = 7.06%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E71206 (or 0xE71206) is known color: Red. HEX triplet: E7, 12 and 06. RGB value is (231,18,6). Sum of RGB (Red+Green+Blue) = 231+18+6=255 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.59% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 231 - color contains mainly: red. Hex color #E71206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71206 is #18EDF9. Grayscale: #505050. Windows color (decimal): -1633786 or 398055. OLE color: 398055.

HSL color Cylindrical-coordinate representation of color #E71206: hue angle of 3.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E71206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 6 -
CMYK 0 0.92 0.97 0.09
HSL 3.2º 0.95% 0.46% -
HSV(B) 3.2º 0.97% 0.91% -
XYZ 33.2 17.43 1.79 -
YUV 80.32 86.07 235.48 -
System Red Green Blue C M Y K H S L
Decimal 231 18 6 0 0.92 0.97 0.09 3.2 0.95 0.46
Hex E7 12 6 0 5C 61 9 3 5F 2E
Octal 347 22 6 0 134 141 11 3 137 56
Binary 11100111 10010 110 0 1011100 1100001 1001 11 1011111 101110

Color Harmonies of #E71206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71206

Black with #E71206

Text Example


Text Example

White with #E71206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71206; }

 p { color: rgb(231,18,6); }

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

background-color css

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

 a { background-color: rgb(231,18,6); }

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

border-color css

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

 span { border-color: rgb(231,18,6); }

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