Html Css Color HEX #ED1840 Crimson

📋 copy color: '#ED1840'

red 237 ◦ green 24 ◦ blue 64

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

Shades of Crimson #ED1840

Tints of Crimson #ED1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 72.92%
G = 7.38%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED1840 (or 0xED1840) is known color: Crimson. HEX triplet: ED, 18 and 40. RGB value is (237,24,64). Sum of RGB (Red+Green+Blue) = 237+24+64=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1840 is #12E7BF. Grayscale: #5C5C5C. Windows color (decimal): -1238976 or 4200685. OLE color: 4200685.

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

Color convert

RGB 237 24 64 -
CMYK 0 0.90 0.73 0.07
HSL 348.73º 0.86% 0.51% -
HSV(B) 348.73º 0.9% 0.93% -
XYZ 36.18 19.03 6.62 -
YUV 92.25 112.07 231.25 -
System Red Green Blue C M Y K H S L
Decimal 237 24 64 0 0.90 0.73 0.07 348.73 0.86 0.51
Hex ED 18 40 0 5A 49 7 15D 56 33
Octal 355 30 100 0 132 111 7 535 126 63
Binary 11101101 11000 1000000 0 1011010 1001001 111 101011101 1010110 110011

Color Harmonies of #ED1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1840

Black with #ED1840

Text Example


Text Example

White with #ED1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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