Html Css Color HEX #ED2B42 Alizarin

📋 copy color: '#ED2B42'

red 237 ◦ green 43 ◦ blue 66

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

Shades of Alizarin #ED2B42

Tints of Alizarin #ED2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 68.5%
G = 12.43%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED2B42 (or 0xED2B42) is known color: Alizarin. HEX triplet: ED, 2B and 42. RGB value is (237,43,66). Sum of RGB (Red+Green+Blue) = 237+43+66=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B42 is #12D4BD. Grayscale: #676767. Windows color (decimal): -1234110 or 4336621. OLE color: 4336621.

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

Color convert

RGB 237 43 66 -
CMYK 0 0.82 0.72 0.07
HSL 352.89º 0.84% 0.55% -
HSV(B) 352.89º 0.82% 0.93% -
XYZ 36.77 20.13 7.1 -
YUV 103.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 237 43 66 0 0.82 0.72 0.07 352.89 0.84 0.55
Hex ED 2B 42 0 52 48 7 161 54 37
Octal 355 53 102 0 122 110 7 541 124 67
Binary 11101101 101011 1000010 0 1010010 1001000 111 101100001 1010100 110111

Color Harmonies of #ED2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B42

Black with #ED2B42

Text Example


Text Example

White with #ED2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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