Html Css Color HEX #ED1E26 Alizarin

📋 copy color: '#ED1E26'

red 237 ◦ green 30 ◦ blue 38

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

Shades of Alizarin #ED1E26

Tints of Alizarin #ED1E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.84%

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 77.7%
G = 9.84%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED1E26 (or 0xED1E26) is known color: Alizarin. HEX triplet: ED, 1E and 26. RGB value is (237,30,38). Sum of RGB (Red+Green+Blue) = 237+30+38=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E26 is #12E1D9. Grayscale: #5C5C5C. Windows color (decimal): -1237466 or 2498285. OLE color: 2498285.

HSL color Cylindrical-coordinate representation of color #ED1E26: hue angle of 357.68º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E26 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 30 38 -
CMYK 0 0.87 0.84 0.07
HSL 357.68º 0.85% 0.52% -
HSV(B) 357.68º 0.87% 0.93% -
XYZ 35.74 19.07 3.63 -
YUV 92.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 237 30 38 0 0.87 0.84 0.07 357.68 0.85 0.52
Hex ED 1E 26 0 57 54 7 166 55 34
Octal 355 36 46 0 127 124 7 546 125 64
Binary 11101101 11110 100110 0 1010111 1010100 111 101100110 1010101 110100

Color Harmonies of #ED1E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1E26

Black with #ED1E26

Text Example


Text Example

White with #ED1E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1E26; }

 p { color: rgb(237,30,38); }

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

background-color css

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

 a { background-color: rgb(237,30,38); }

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

border-color css

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

 span { border-color: rgb(237,30,38); }

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