Html Css Color HEX #E30900 Red

📋 copy color: '#E30900'

red 227 ◦ green 9 ◦ blue 0

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

Shades of Red #E30900

Tints of Red #E30900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 96.19%
G = 3.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E30900 (or 0xE30900) is known color: Red. HEX triplet: E3, 09 and 00. RGB value is (227,9,0). Sum of RGB (Red+Green+Blue) = 227+9+0=236 (31% of max value = 765). Red value is 227 (89.06% from 255 or 96.19% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 227 - color contains mainly: red. Hex color #E30900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30900 is #1CF6FF. Grayscale: #494949. Windows color (decimal): -1898240 or 2531. OLE color: 2531.

HSL color Cylindrical-coordinate representation of color #E30900: hue angle of 2.38º 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 #E30900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 9 0 -
CMYK 0 0.96 1 0.11
HSL 2.38º 1% 0.45% -
HSV(B) 2.38º 1% 0.89% -
XYZ 31.78 16.53 1.52 -
YUV 73.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 227 9 0 0 0.96 1 0.11 2.38 1 0.45
Hex E3 9 0 0 60 64 B 2 64 2D
Octal 343 11 0 0 140 144 13 2 144 55
Binary 11100011 1001 0 0 1100000 1100100 1011 10 1100100 101101

Color Harmonies of #E30900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30900

Black with #E30900

Text Example


Text Example

White with #E30900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30900; }

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

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

background-color css

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

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

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

border-color css

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

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

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