Html Css Color HEX #ED262A Alizarin

📋 copy color: '#ED262A'

red 237 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #ED262A

Tints of Alizarin #ED262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

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

R = 74.76%
G = 11.99%
B = 13.25%

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

#ED262A (or 0xED262A) is known color: Alizarin. HEX triplet: ED, 26 and 2A. RGB value is (237,38,42). Sum of RGB (Red+Green+Blue) = 237+38+42=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED262A is #12D9D5. Grayscale: #626262. Windows color (decimal): -1235414 or 2762477. OLE color: 2762477.

HSL color Cylindrical-coordinate representation of color #ED262A: hue angle of 358.79º 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 #ED262A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 38 42 -
CMYK 0 0.84 0.82 0.07
HSL 358.79º 0.85% 0.54% -
HSV(B) 358.79º 0.84% 0.93% -
XYZ 36.04 19.56 4.07 -
YUV 97.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 237 38 42 0 0.84 0.82 0.07 358.79 0.85 0.54
Hex ED 26 2A 0 54 52 7 167 55 36
Octal 355 46 52 0 124 122 7 547 125 66
Binary 11101101 100110 101010 0 1010100 1010010 111 101100111 1010101 110110

Color Harmonies of #ED262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED262A

Black with #ED262A

Text Example


Text Example

White with #ED262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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