Html Css Color HEX #E30502 Red

📋 copy color: '#E30502'

red 227 ◦ green 5 ◦ blue 2

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

Shades of Red #E30502

Tints of Red #E30502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 97.01%
G = 2.14%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E30502 (or 0xE30502) is known color: Red. HEX triplet: E3, 05 and 02. RGB value is (227,5,2). Sum of RGB (Red+Green+Blue) = 227+5+2=234 (30% of max value = 765). Red value is 227 (89.06% from 255 or 97.01% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 227 - color contains mainly: red. Hex color #E30502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30502 is #1CFAFD. Grayscale: #474747. Windows color (decimal): -1899262 or 132579. OLE color: 132579.

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

Color convert

RGB 227 5 2 -
CMYK 0 0.98 0.99 0.11
HSL 0.8º 0.98% 0.45% -
HSV(B) 0.8º 0.99% 0.89% -
XYZ 31.74 16.44 1.56 -
YUV 71.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 227 5 2 0 0.98 0.99 0.11 0.8 0.98 0.45
Hex E3 5 2 0 62 63 B 1 62 2D
Octal 343 5 2 0 142 143 13 1 142 55
Binary 11100011 101 10 0 1100010 1100011 1011 1 1100010 101101

Color Harmonies of #E30502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30502

Black with #E30502

Text Example


Text Example

White with #E30502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30502; }

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

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

background-color css

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

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

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

border-color css

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

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

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