Html Css Color HEX #ED1539 Crimson

📋 copy color: '#ED1539'

red 237 ◦ green 21 ◦ blue 57

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

Shades of Crimson #ED1539

Tints of Crimson #ED1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 75.24%
G = 6.67%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED1539 (or 0xED1539) is known color: Crimson. HEX triplet: ED, 15 and 39. RGB value is (237,21,57). Sum of RGB (Red+Green+Blue) = 237+21+57=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1539 is #12EAC6. Grayscale: #595959. Windows color (decimal): -1239751 or 3741165. OLE color: 3741165.

HSL color Cylindrical-coordinate representation of color #ED1539: hue angle of 350º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1539 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 57 -
CMYK 0 0.91 0.76 0.07
HSL 350º 0.86% 0.51% -
HSV(B) 350º 0.91% 0.93% -
XYZ 35.93 18.84 5.61 -
YUV 89.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 237 21 57 0 0.91 0.76 0.07 350 0.86 0.51
Hex ED 15 39 0 5B 4C 7 15E 56 33
Octal 355 25 71 0 133 114 7 536 126 63
Binary 11101101 10101 111001 0 1011011 1001100 111 101011110 1010110 110011

Color Harmonies of #ED1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1539

Black with #ED1539

Text Example


Text Example

White with #ED1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1539; }

 p { color: rgb(237,21,57); }

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

background-color css

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

 a { background-color: rgb(237,21,57); }

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

border-color css

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

 span { border-color: rgb(237,21,57); }

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