Html Css Color HEX #ED3335 Alizarin

📋 copy color: '#ED3335'

red 237 ◦ green 51 ◦ blue 53

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

Shades of Alizarin #ED3335

Tints of Alizarin #ED3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

 BLUE value IS 53 (21.09% from 255) = 15.54%

R = 69.5%
G = 14.96%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3335 (or 0xED3335) is known color: Alizarin. HEX triplet: ED, 33 and 35. RGB value is (237,51,53). Sum of RGB (Red+Green+Blue) = 237+51+53=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3335 is #12CCCA. Grayscale: #6B6B6B. Windows color (decimal): -1232075 or 3486701. OLE color: 3486701.

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

Color convert

RGB 237 51 53 -
CMYK 0 0.78 0.78 0.07
HSL 359.35º 0.84% 0.56% -
HSV(B) 359.35º 0.78% 0.93% -
XYZ 36.75 20.63 5.41 -
YUV 106.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 237 51 53 0 0.78 0.78 0.07 359.35 0.84 0.56
Hex ED 33 35 0 4E 4E 7 167 54 38
Octal 355 63 65 0 116 116 7 547 124 70
Binary 11101101 110011 110101 0 1001110 1001110 111 101100111 1010100 111000

Color Harmonies of #ED3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3335

Black with #ED3335

Text Example


Text Example

White with #ED3335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3335; }

 p { color: rgb(237,51,53); }

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

background-color css

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

 a { background-color: rgb(237,51,53); }

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

border-color css

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

 span { border-color: rgb(237,51,53); }

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