Html Css Color HEX #E30C07 Red

📋 copy color: '#E30C07'

red 227 ◦ green 12 ◦ blue 7

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

Shades of Red #E30C07

Tints of Red #E30C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 7 (3.13% from 255) = 2.85%

R = 92.28%
G = 4.88%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E30C07 (or 0xE30C07) is known color: Red. HEX triplet: E3, 0C and 07. RGB value is (227,12,7). Sum of RGB (Red+Green+Blue) = 227+12+7=246 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.28% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C07 is #1CF3F8. Grayscale: #4B4B4B. Windows color (decimal): -1897465 or 462051. OLE color: 462051.

HSL color Cylindrical-coordinate representation of color #E30C07: hue angle of 1.36º degrees, saturation: 0.94, 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 #E30C07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 12 7 -
CMYK 0 0.95 0.97 0.11
HSL 1.36º 0.94% 0.46% -
HSV(B) 1.36º 0.97% 0.89% -
XYZ 31.85 16.61 1.73 -
YUV 75.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 227 12 7 0 0.95 0.97 0.11 1.36 0.94 0.46
Hex E3 C 7 0 5F 61 B 1 5E 2E
Octal 343 14 7 0 137 141 13 1 136 56
Binary 11100011 1100 111 0 1011111 1100001 1011 1 1011110 101110

Color Harmonies of #E30C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30C07

Black with #E30C07

Text Example


Text Example

White with #E30C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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