Html Css Color HEX #ED121A Fire Engine Red

📋 copy color: '#ED121A'

red 237 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #ED121A

Tints of Fire Engine Red #ED121A

RGB

 RED value IS 237 (92.97% from 255) = 84.34%

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 84.34%
G = 6.41%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED121A (or 0xED121A) is known color: Fire Engine Red. HEX triplet: ED, 12 and 1A. RGB value is (237,18,26). Sum of RGB (Red+Green+Blue) = 237+18+26=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED121A is #12EDE5. Grayscale: #545454. Windows color (decimal): -1240550 or 1708781. OLE color: 1708781.

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

Color convert

RGB 237 18 26 -
CMYK 0 0.92 0.89 0.07
HSL 357.81º 0.86% 0.5% -
HSV(B) 357.81º 0.92% 0.93% -
XYZ 35.33 18.51 2.69 -
YUV 84.39 95.05 236.85 -
System Red Green Blue C M Y K H S L
Decimal 237 18 26 0 0.92 0.89 0.07 357.81 0.86 0.5
Hex ED 12 1A 0 5C 59 7 166 56 32
Octal 355 22 32 0 134 131 7 546 126 62
Binary 11101101 10010 11010 0 1011100 1011001 111 101100110 1010110 110010

Color Harmonies of #ED121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED121A

Black with #ED121A

Text Example


Text Example

White with #ED121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED121A; }

 p { color: rgb(237,18,26); }

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

background-color css

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

 a { background-color: rgb(237,18,26); }

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

border-color css

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

 span { border-color: rgb(237,18,26); }

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