Html Css Color HEX #EA0600 Red

📋 copy color: '#EA0600'

red 234 ◦ green 6 ◦ blue 0

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

Shades of Red #EA0600

Tints of Red #EA0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

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

R = 97.5%
G = 2.5%
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

#EA0600 (or 0xEA0600) is known color: Red. HEX triplet: EA, 06 and 00. RGB value is (234,6,0). Sum of RGB (Red+Green+Blue) = 234+6+0=240 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.5% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0600 is #15F9FF. Grayscale: #494949. Windows color (decimal): -1440256 or 1770. OLE color: 1770.

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

Color convert

RGB 234 6 0 -
CMYK 0 0.97 1 0.08
HSL 1.54º 1% 0.46% -
HSV(B) 1.54º 1% 0.92% -
XYZ 34 17.62 1.61 -
YUV 73.49 86.54 242.49 -
System Red Green Blue C M Y K H S L
Decimal 234 6 0 0 0.97 1 0.08 1.54 1 0.46
Hex EA 6 0 0 61 64 8 2 64 2E
Octal 352 6 0 0 141 144 10 2 144 56
Binary 11101010 110 0 0 1100001 1100100 1000 10 1100100 101110

Color Harmonies of #EA0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0600

Black with #EA0600

Text Example


Text Example

White with #EA0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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