Html Css Color HEX #ED232A Alizarin

📋 copy color: '#ED232A'

red 237 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #ED232A

Tints of Alizarin #ED232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 75.48%
G = 11.15%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED232A (or 0xED232A) is known color: Alizarin. HEX triplet: ED, 23 and 2A. RGB value is (237,35,42). Sum of RGB (Red+Green+Blue) = 237+35+42=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED232A is #12DCD5. Grayscale: #606060. Windows color (decimal): -1236182 or 2761709. OLE color: 2761709.

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

Color convert

RGB 237 35 42 -
CMYK 0 0.85 0.82 0.07
HSL 357.92º 0.85% 0.53% -
HSV(B) 357.92º 0.85% 0.93% -
XYZ 35.94 19.37 4.04 -
YUV 96.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 237 35 42 0 0.85 0.82 0.07 357.92 0.85 0.53
Hex ED 23 2A 0 55 52 7 166 55 35
Octal 355 43 52 0 125 122 7 546 125 65
Binary 11101101 100011 101010 0 1010101 1010010 111 101100110 1010101 110101

Color Harmonies of #ED232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED232A

Black with #ED232A

Text Example


Text Example

White with #ED232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED232A; }

 p { color: rgb(237,35,42); }

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

background-color css

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

 a { background-color: rgb(237,35,42); }

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

border-color css

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

 span { border-color: rgb(237,35,42); }

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