Html Css Color HEX #ED151A Fire Engine Red

📋 copy color: '#ED151A'

red 237 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #ED151A

Tints of Fire Engine Red #ED151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

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

R = 83.45%
G = 7.39%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED151A (or 0xED151A) is known color: Fire Engine Red. HEX triplet: ED, 15 and 1A. RGB value is (237,21,26). Sum of RGB (Red+Green+Blue) = 237+21+26=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED151A is #12EAE5. Grayscale: #565656. Windows color (decimal): -1239782 or 1709549. OLE color: 1709549.

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

Color convert

RGB 237 21 26 -
CMYK 0 0.91 0.89 0.07
HSL 358.61º 0.86% 0.51% -
HSV(B) 358.61º 0.91% 0.93% -
XYZ 35.38 18.62 2.71 -
YUV 86.15 94.06 235.59 -
System Red Green Blue C M Y K H S L
Decimal 237 21 26 0 0.91 0.89 0.07 358.61 0.86 0.51
Hex ED 15 1A 0 5B 59 7 167 56 33
Octal 355 25 32 0 133 131 7 547 126 63
Binary 11101101 10101 11010 0 1011011 1011001 111 101100111 1010110 110011

Color Harmonies of #ED151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED151A

Black with #ED151A

Text Example


Text Example

White with #ED151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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