Html Css Color HEX #ED1640 Crimson

📋 copy color: '#ED1640'

red 237 ◦ green 22 ◦ blue 64

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

Shades of Crimson #ED1640

Tints of Crimson #ED1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

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

R = 73.37%
G = 6.81%
B = 19.81%

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

#ED1640 (or 0xED1640) is known color: Crimson. HEX triplet: ED, 16 and 40. RGB value is (237,22,64). Sum of RGB (Red+Green+Blue) = 237+22+64=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1640 is #12E9BF. Grayscale: #5B5B5B. Windows color (decimal): -1239488 or 4200173. OLE color: 4200173.

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

Color convert

RGB 237 22 64 -
CMYK 0 0.91 0.73 0.07
HSL 348.28º 0.86% 0.51% -
HSV(B) 348.28º 0.91% 0.93% -
XYZ 36.14 18.95 6.6 -
YUV 91.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 237 22 64 0 0.91 0.73 0.07 348.28 0.86 0.51
Hex ED 16 40 0 5B 49 7 15C 56 33
Octal 355 26 100 0 133 111 7 534 126 63
Binary 11101101 10110 1000000 0 1011011 1001001 111 101011100 1010110 110011

Color Harmonies of #ED1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1640

Black with #ED1640

Text Example


Text Example

White with #ED1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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