Html Css Color HEX #ED262D Alizarin

📋 copy color: '#ED262D'

red 237 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #ED262D

Tints of Alizarin #ED262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 74.06%
G = 11.88%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED262D (or 0xED262D) is known color: Alizarin. HEX triplet: ED, 26 and 2D. RGB value is (237,38,45). Sum of RGB (Red+Green+Blue) = 237+38+45=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED262D is #12D9D2. Grayscale: #626262. Windows color (decimal): -1235411 or 2959085. OLE color: 2959085.

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

Color convert

RGB 237 38 45 -
CMYK 0 0.84 0.81 0.07
HSL 357.89º 0.85% 0.54% -
HSV(B) 357.89º 0.84% 0.93% -
XYZ 36.09 19.58 4.36 -
YUV 98.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 237 38 45 0 0.84 0.81 0.07 357.89 0.85 0.54
Hex ED 26 2D 0 54 51 7 166 55 36
Octal 355 46 55 0 124 121 7 546 125 66
Binary 11101101 100110 101101 0 1010100 1010001 111 101100110 1010101 110110

Color Harmonies of #ED262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED262D

Black with #ED262D

Text Example


Text Example

White with #ED262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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