Html Css Color HEX #ED262F Alizarin

📋 copy color: '#ED262F'

red 237 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #ED262F

Tints of Alizarin #ED262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 73.6%
G = 11.8%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED262F (or 0xED262F) is known color: Alizarin. HEX triplet: ED, 26 and 2F. RGB value is (237,38,47). Sum of RGB (Red+Green+Blue) = 237+38+47=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED262F is #12D9D0. Grayscale: #626262. Windows color (decimal): -1235409 or 3090157. OLE color: 3090157.

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

Color convert

RGB 237 38 47 -
CMYK 0 0.84 0.80 0.07
HSL 357.29º 0.85% 0.54% -
HSV(B) 357.29º 0.84% 0.93% -
XYZ 36.13 19.6 4.57 -
YUV 98.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 237 38 47 0 0.84 0.80 0.07 357.29 0.85 0.54
Hex ED 26 2F 0 54 50 7 165 55 36
Octal 355 46 57 0 124 120 7 545 125 66
Binary 11101101 100110 101111 0 1010100 1010000 111 101100101 1010101 110110

Color Harmonies of #ED262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED262F

Black with #ED262F

Text Example


Text Example

White with #ED262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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