Html Css Color HEX #EA1000 Red

📋 copy color: '#EA1000'

red 234 ◦ green 16 ◦ blue 0

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

Shades of Red #EA1000

Tints of Red #EA1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 93.6%
G = 6.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA1000 (or 0xEA1000) is known color: Red. HEX triplet: EA, 10 and 00. RGB value is (234,16,0). Sum of RGB (Red+Green+Blue) = 234+16+0=250 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1000 is #15EFFF. Grayscale: #4F4F4F. Windows color (decimal): -1437696 or 4330. OLE color: 4330.

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

Color convert

RGB 234 16 0 -
CMYK 0 0.93 1 0.08
HSL 4.1º 1% 0.46% -
HSV(B) 4.1º 1% 0.92% -
XYZ 34.12 17.86 1.65 -
YUV 79.36 83.22 238.3 -
System Red Green Blue C M Y K H S L
Decimal 234 16 0 0 0.93 1 0.08 4.1 1 0.46
Hex EA 10 0 0 5D 64 8 4 64 2E
Octal 352 20 0 0 135 144 10 4 144 56
Binary 11101010 10000 0 0 1011101 1100100 1000 100 1100100 101110

Color Harmonies of #EA1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1000

Black with #EA1000

Text Example


Text Example

White with #EA1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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