Html Css Color HEX #ED1140 Crimson

📋 copy color: '#ED1140'

red 237 ◦ green 17 ◦ blue 64

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

Shades of Crimson #ED1140

Tints of Crimson #ED1140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 74.53%
G = 5.35%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED1140 (or 0xED1140) is known color: Crimson. HEX triplet: ED, 11 and 40. RGB value is (237,17,64). Sum of RGB (Red+Green+Blue) = 237+17+64=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1140 is #12EEBF. Grayscale: #585858. Windows color (decimal): -1240768 or 4198893. OLE color: 4198893.

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

Color convert

RGB 237 17 64 -
CMYK 0 0.93 0.73 0.07
HSL 347.18º 0.87% 0.5% -
HSV(B) 347.18º 0.93% 0.93% -
XYZ 36.05 18.78 6.57 -
YUV 88.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 237 17 64 0 0.93 0.73 0.07 347.18 0.87 0.5
Hex ED 11 40 0 5D 49 7 15B 57 32
Octal 355 21 100 0 135 111 7 533 127 62
Binary 11101101 10001 1000000 0 1011101 1001001 111 101011011 1010111 110010

Color Harmonies of #ED1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1140

Black with #ED1140

Text Example


Text Example

White with #ED1140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1140; }

 p { color: rgb(237,17,64); }

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

background-color css

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

 a { background-color: rgb(237,17,64); }

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

border-color css

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

 span { border-color: rgb(237,17,64); }

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