Html Css Color HEX #E30200 Red

📋 copy color: '#E30200'

red 227 ◦ green 2 ◦ blue 0

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

Shades of Red #E30200

Tints of Red #E30200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 99.13%
G = 0.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E30200 (or 0xE30200) is known color: Red. HEX triplet: E3, 02 and 00. RGB value is (227,2,0). Sum of RGB (Red+Green+Blue) = 227+2+0=229 (30% of max value = 765). Red value is 227 (89.06% from 255 or 99.13% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 227 - color contains mainly: red. Hex color #E30200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30200 is #1CFDFF. Grayscale: #454545. Windows color (decimal): -1900032 or 739. OLE color: 739.

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

Color convert

RGB 227 2 0 -
CMYK 0 0.99 1 0.11
HSL 0.53º 1% 0.45% -
HSV(B) 0.53º 1% 0.89% -
XYZ 31.7 16.37 1.49 -
YUV 69.05 89.04 240.66 -
System Red Green Blue C M Y K H S L
Decimal 227 2 0 0 0.99 1 0.11 0.53 1 0.45
Hex E3 2 0 0 63 64 B 1 64 2D
Octal 343 2 0 0 143 144 13 1 144 55
Binary 11100011 10 0 0 1100011 1100100 1011 1 1100100 101101

Color Harmonies of #E30200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30200

Black with #E30200

Text Example


Text Example

White with #E30200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30200; }

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

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

background-color css

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

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

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

border-color css

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

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

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