Html Css Color HEX #ED252B Alizarin

📋 copy color: '#ED252B'

red 237 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #ED252B

Tints of Alizarin #ED252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 74.76%
G = 11.67%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED252B (or 0xED252B) is known color: Alizarin. HEX triplet: ED, 25 and 2B. RGB value is (237,37,43). Sum of RGB (Red+Green+Blue) = 237+37+43=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED252B is #12DAD4. Grayscale: #616161. Windows color (decimal): -1235669 or 2827757. OLE color: 2827757.

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

Color convert

RGB 237 37 43 -
CMYK 0 0.84 0.82 0.07
HSL 358.2º 0.85% 0.54% -
HSV(B) 358.2º 0.84% 0.93% -
XYZ 36.02 19.5 4.15 -
YUV 97.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 237 37 43 0 0.84 0.82 0.07 358.2 0.85 0.54
Hex ED 25 2B 0 54 52 7 166 55 36
Octal 355 45 53 0 124 122 7 546 125 66
Binary 11101101 100101 101011 0 1010100 1010010 111 101100110 1010101 110110

Color Harmonies of #ED252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED252B

Black with #ED252B

Text Example


Text Example

White with #ED252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED252B; }

 p { color: rgb(237,37,43); }

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

background-color css

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

 a { background-color: rgb(237,37,43); }

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

border-color css

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

 span { border-color: rgb(237,37,43); }

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