Html Css Color HEX #EA0701 Red

📋 copy color: '#EA0701'

red 234 ◦ green 7 ◦ blue 1

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

Shades of Red #EA0701

Tints of Red #EA0701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 96.69%
G = 2.89%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA0701 (or 0xEA0701) is known color: Red. HEX triplet: EA, 07 and 01. RGB value is (234,7,1). Sum of RGB (Red+Green+Blue) = 234+7+1=242 (32% of max value = 765). Red value is 234 (91.80% from 255 or 96.69% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0701 is #15F8FE. Grayscale: #4A4A4A. Windows color (decimal): -1439999 or 67562. OLE color: 67562.

HSL color Cylindrical-coordinate representation of color #EA0701: hue angle of 1.55º 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 #EA0701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 1 -
CMYK 0 0.97 1.00 0.08
HSL 1.55º 0.99% 0.46% -
HSV(B) 1.55º 1% 0.92% -
XYZ 34.01 17.65 1.64 -
YUV 74.19 86.71 241.99 -
System Red Green Blue C M Y K H S L
Decimal 234 7 1 0 0.97 1.00 0.08 1.55 0.99 0.46
Hex EA 7 1 0 61 64 8 2 63 2E
Octal 352 7 1 0 141 144 10 2 143 56
Binary 11101010 111 1 0 1100001 1100100 1000 10 1100011 101110

Color Harmonies of #EA0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0701

Black with #EA0701

Text Example


Text Example

White with #EA0701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0701; }

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

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

background-color css

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

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

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

border-color css

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

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

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