Html Css Color HEX #ED1540 Crimson

📋 copy color: '#ED1540'

red 237 ◦ green 21 ◦ blue 64

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

Shades of Crimson #ED1540

Tints of Crimson #ED1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.52%

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

R = 73.6%
G = 6.52%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED1540 (or 0xED1540) is known color: Crimson. HEX triplet: ED, 15 and 40. RGB value is (237,21,64). Sum of RGB (Red+Green+Blue) = 237+21+64=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1540 is #12EABF. Grayscale: #5A5A5A. Windows color (decimal): -1239744 or 4199917. OLE color: 4199917.

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

Color convert

RGB 237 21 64 -
CMYK 0 0.91 0.73 0.07
HSL 348.06º 0.86% 0.51% -
HSV(B) 348.06º 0.91% 0.93% -
XYZ 36.12 18.91 6.6 -
YUV 90.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 237 21 64 0 0.91 0.73 0.07 348.06 0.86 0.51
Hex ED 15 40 0 5B 49 7 15C 56 33
Octal 355 25 100 0 133 111 7 534 126 63
Binary 11101101 10101 1000000 0 1011011 1001001 111 101011100 1010110 110011

Color Harmonies of #ED1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1540

Black with #ED1540

Text Example


Text Example

White with #ED1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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