Html Css Color HEX #E30700 Red

📋 copy color: '#E30700'

red 227 ◦ green 7 ◦ blue 0

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

Shades of Red #E30700

Tints of Red #E30700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.01%
G = 2.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E30700 (or 0xE30700) is known color: Red. HEX triplet: E3, 07 and 00. RGB value is (227,7,0). Sum of RGB (Red+Green+Blue) = 227+7+0=234 (30% of max value = 765). Red value is 227 (89.06% from 255 or 97.01% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 227 - color contains mainly: red. Hex color #E30700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30700 is #1CF8FF. Grayscale: #484848. Windows color (decimal): -1898752 or 2019. OLE color: 2019.

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

Color convert

RGB 227 7 0 -
CMYK 0 0.97 1 0.11
HSL 1.85º 1% 0.45% -
HSV(B) 1.85º 1% 0.89% -
XYZ 31.75 16.48 1.51 -
YUV 71.98 87.39 238.57 -
System Red Green Blue C M Y K H S L
Decimal 227 7 0 0 0.97 1 0.11 1.85 1 0.45
Hex E3 7 0 0 61 64 B 2 64 2D
Octal 343 7 0 0 141 144 13 2 144 55
Binary 11100011 111 0 0 1100001 1100100 1011 10 1100100 101101

Color Harmonies of #E30700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30700

Black with #E30700

Text Example


Text Example

White with #E30700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30700; }

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

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

background-color css

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

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

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

border-color css

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

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

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