Html Css Color HEX #EA1322 Fire Engine Red

📋 copy color: '#EA1322'

red 234 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #EA1322

Tints of Fire Engine Red #EA1322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 81.53%
G = 6.62%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA1322 (or 0xEA1322) is known color: Fire Engine Red. HEX triplet: EA, 13 and 22. RGB value is (234,19,34). Sum of RGB (Red+Green+Blue) = 234+19+34=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1322 is #15ECDD. Grayscale: #555555. Windows color (decimal): -1436894 or 2233322. OLE color: 2233322.

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

Color convert

RGB 234 19 34 -
CMYK 0 0.92 0.85 0.08
HSL 355.81º 0.85% 0.5% -
HSV(B) 355.81º 0.92% 0.92% -
XYZ 34.45 18.07 3.19 -
YUV 85 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 234 19 34 0 0.92 0.85 0.08 355.81 0.85 0.5
Hex EA 13 22 0 5C 55 8 164 55 32
Octal 352 23 42 0 134 125 10 544 125 62
Binary 11101010 10011 100010 0 1011100 1010101 1000 101100100 1010101 110010

Color Harmonies of #EA1322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1322

Black with #EA1322

Text Example


Text Example

White with #EA1322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1322; }

 p { color: rgb(234,19,34); }

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

background-color css

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

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

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

border-color css

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

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

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