Html Css Color HEX #EA0101 Red

📋 copy color: '#EA0101'

red 234 ◦ green 1 ◦ blue 1

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

Shades of Red #EA0101

Tints of Red #EA0101

RGB

 RED value IS 234 (91.8% from 255) = 99.15%

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 99.15%
G = 0.42%
B = 0.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA0101 (or 0xEA0101) is known color: Red. HEX triplet: EA, 01 and 01. RGB value is (234,1,1). Sum of RGB (Red+Green+Blue) = 234+1+1=236 (31% of max value = 765). Red value is 234 (91.80% from 255 or 99.15% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0101 is #15FEFE. Grayscale: #464646. Windows color (decimal): -1441535 or 66026. OLE color: 66026.

HSL color Cylindrical-coordinate representation of color #EA0101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0101 is Cyan = 0, Magento = 1.00, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 1 -
CMYK 0 1.00 1.00 0.08
HSL 0.99% 0.46% -
HSV(B) 1% 0.92% -
XYZ 33.95 17.52 1.62 -
YUV 70.67 88.69 244.5 -
System Red Green Blue C M Y K H S L
Decimal 234 1 1 0 1.00 1.00 0.08 0 0.99 0.46
Hex EA 1 1 0 64 64 8 0 63 2E
Octal 352 1 1 0 144 144 10 0 143 56
Binary 11101010 1 1 0 1100100 1100100 1000 0 1100011 101110

Color Harmonies of #EA0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0101

Black with #EA0101

Text Example


Text Example

White with #EA0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0101; }

 p { color: rgb(234,1,1); }

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

background-color css

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

 a { background-color: rgb(234,1,1); }

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

border-color css

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

 span { border-color: rgb(234,1,1); }

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