Html Css Color HEX #ED1439 Crimson

📋 copy color: '#ED1439'

red 237 ◦ green 20 ◦ blue 57

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

Shades of Crimson #ED1439

Tints of Crimson #ED1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 75.48%
G = 6.37%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED1439 (or 0xED1439) is known color: Crimson. HEX triplet: ED, 14 and 39. RGB value is (237,20,57). Sum of RGB (Red+Green+Blue) = 237+20+57=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1439 is #12EBC6. Grayscale: #595959. Windows color (decimal): -1240007 or 3740909. OLE color: 3740909.

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

Color convert

RGB 237 20 57 -
CMYK 0 0.92 0.76 0.07
HSL 349.77º 0.86% 0.5% -
HSV(B) 349.77º 0.92% 0.93% -
XYZ 35.91 18.8 5.61 -
YUV 89.1 109.89 233.49 -
System Red Green Blue C M Y K H S L
Decimal 237 20 57 0 0.92 0.76 0.07 349.77 0.86 0.5
Hex ED 14 39 0 5C 4C 7 15E 56 32
Octal 355 24 71 0 134 114 7 536 126 62
Binary 11101101 10100 111001 0 1011100 1001100 111 101011110 1010110 110010

Color Harmonies of #ED1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1439

Black with #ED1439

Text Example


Text Example

White with #ED1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1439; }

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

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

background-color css

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

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

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

border-color css

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

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

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