Html Css Color HEX #E30500 Red

📋 copy color: '#E30500'

red 227 ◦ green 5 ◦ blue 0

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

Shades of Red #E30500

Tints of Red #E30500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 97.84%
G = 2.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E30500 (or 0xE30500) is known color: Red. HEX triplet: E3, 05 and 00. RGB value is (227,5,0). Sum of RGB (Red+Green+Blue) = 227+5+0=232 (30% of max value = 765). Red value is 227 (89.06% from 255 or 97.84% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 227 - color contains mainly: red. Hex color #E30500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30500 is #1CFAFF. Grayscale: #474747. Windows color (decimal): -1899264 or 1507. OLE color: 1507.

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

Color convert

RGB 227 5 0 -
CMYK 0 0.98 1 0.11
HSL 1.32º 1% 0.45% -
HSV(B) 1.32º 1% 0.89% -
XYZ 31.73 16.44 1.5 -
YUV 70.81 88.05 239.41 -
System Red Green Blue C M Y K H S L
Decimal 227 5 0 0 0.98 1 0.11 1.32 1 0.45
Hex E3 5 0 0 62 64 B 1 64 2D
Octal 343 5 0 0 142 144 13 1 144 55
Binary 11100011 101 0 0 1100010 1100100 1011 1 1100100 101101

Color Harmonies of #E30500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30500

Black with #E30500

Text Example


Text Example

White with #E30500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30500; }

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

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

background-color css

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

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

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

border-color css

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

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

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