Html Css Color HEX #ED1944 Crimson

📋 copy color: '#ED1944'

red 237 ◦ green 25 ◦ blue 68

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

Shades of Crimson #ED1944

Tints of Crimson #ED1944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 71.82%
G = 7.58%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED1944 (or 0xED1944) is known color: Crimson. HEX triplet: ED, 19 and 44. RGB value is (237,25,68). Sum of RGB (Red+Green+Blue) = 237+25+68=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1944 is #12E6BB. Grayscale: #5D5D5D. Windows color (decimal): -1238716 or 4463085. OLE color: 4463085.

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

Color convert

RGB 237 25 68 -
CMYK 0 0.89 0.71 0.07
HSL 347.83º 0.85% 0.51% -
HSV(B) 347.83º 0.89% 0.93% -
XYZ 36.32 19.12 7.24 -
YUV 93.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 237 25 68 0 0.89 0.71 0.07 347.83 0.85 0.51
Hex ED 19 44 0 59 47 7 15C 55 33
Octal 355 31 104 0 131 107 7 534 125 63
Binary 11101101 11001 1000100 0 1011001 1000111 111 101011100 1010101 110011

Color Harmonies of #ED1944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1944

Black with #ED1944

Text Example


Text Example

White with #ED1944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1944; }

 p { color: rgb(237,25,68); }

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

background-color css

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

 a { background-color: rgb(237,25,68); }

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

border-color css

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

 span { border-color: rgb(237,25,68); }

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