Html Css Color HEX #ED1639 Crimson

📋 copy color: '#ED1639'

red 237 ◦ green 22 ◦ blue 57

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

Shades of Crimson #ED1639

Tints of Crimson #ED1639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 75%
G = 6.96%
B = 18.04%

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

#ED1639 (or 0xED1639) is known color: Crimson. HEX triplet: ED, 16 and 39. RGB value is (237,22,57). Sum of RGB (Red+Green+Blue) = 237+22+57=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1639 is #12E9C6. Grayscale: #5A5A5A. Windows color (decimal): -1239495 or 3741421. OLE color: 3741421.

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

Color convert

RGB 237 22 57 -
CMYK 0 0.91 0.76 0.07
HSL 350.23º 0.86% 0.51% -
HSV(B) 350.23º 0.91% 0.93% -
XYZ 35.95 18.87 5.62 -
YUV 90.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 237 22 57 0 0.91 0.76 0.07 350.23 0.86 0.51
Hex ED 16 39 0 5B 4C 7 15E 56 33
Octal 355 26 71 0 133 114 7 536 126 63
Binary 11101101 10110 111001 0 1011011 1001100 111 101011110 1010110 110011

Color Harmonies of #ED1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1639

Black with #ED1639

Text Example


Text Example

White with #ED1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1639; }

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

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

background-color css

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

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

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

border-color css

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

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

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