Html Css Color HEX #E30706 Red

📋 copy color: '#E30706'

red 227 ◦ green 7 ◦ blue 6

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

Shades of Red #E30706

Tints of Red #E30706

RGB

 RED value IS 227 (89.06% from 255) = 94.58%

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 94.58%
G = 2.92%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E30706 (or 0xE30706) is known color: Red. HEX triplet: E3, 07 and 06. RGB value is (227,7,6). Sum of RGB (Red+Green+Blue) = 227+7+6=240 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.58% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 227 - color contains mainly: red. Hex color #E30706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30706 is #1CF8F9. Grayscale: #484848. Windows color (decimal): -1898746 or 395235. OLE color: 395235.

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

Color convert

RGB 227 7 6 -
CMYK 0 0.97 0.97 0.11
HSL 0.27º 0.95% 0.46% -
HSV(B) 0.27º 0.97% 0.89% -
XYZ 31.79 16.5 1.68 -
YUV 72.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 227 7 6 0 0.97 0.97 0.11 0.27 0.95 0.46
Hex E3 7 6 0 61 61 B 0 5F 2E
Octal 343 7 6 0 141 141 13 0 137 56
Binary 11100011 111 110 0 1100001 1100001 1011 0 1011111 101110

Color Harmonies of #E30706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30706

Black with #E30706

Text Example


Text Example

White with #E30706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30706; }

 p { color: rgb(227,7,6); }

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

background-color css

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

 a { background-color: rgb(227,7,6); }

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

border-color css

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

 span { border-color: rgb(227,7,6); }

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