Html Css Color HEX #EA0700 Red

📋 copy color: '#EA0700'

red 234 ◦ green 7 ◦ blue 0

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

Shades of Red #EA0700

Tints of Red #EA0700

RGB

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

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

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

R = 97.1%
G = 2.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA0700 (or 0xEA0700) is known color: Red. HEX triplet: EA, 07 and 00. RGB value is (234,7,0). Sum of RGB (Red+Green+Blue) = 234+7+0=241 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.10% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0700 is #15F8FF. Grayscale: #4A4A4A. Windows color (decimal): -1440000 or 2026. OLE color: 2026.

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

Color convert

RGB 234 7 0 -
CMYK 0 0.97 1 0.08
HSL 1.79º 1% 0.46% -
HSV(B) 1.79º 1% 0.92% -
XYZ 34.01 17.64 1.61 -
YUV 74.08 86.21 242.07 -
System Red Green Blue C M Y K H S L
Decimal 234 7 0 0 0.97 1 0.08 1.79 1 0.46
Hex EA 7 0 0 61 64 8 2 64 2E
Octal 352 7 0 0 141 144 10 2 144 56
Binary 11101010 111 0 0 1100001 1100100 1000 10 1100100 101110

Color Harmonies of #EA0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0700

Black with #EA0700

Text Example


Text Example

White with #EA0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0700; }

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

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

background-color css

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

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

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

border-color css

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

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

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