Html Css Color HEX #ED1641 Crimson

📋 copy color: '#ED1641'

red 237 ◦ green 22 ◦ blue 65

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

Shades of Crimson #ED1641

Tints of Crimson #ED1641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 73.15%
G = 6.79%
B = 20.06%

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

#ED1641 (or 0xED1641) is known color: Crimson. HEX triplet: ED, 16 and 41. RGB value is (237,22,65). Sum of RGB (Red+Green+Blue) = 237+22+65=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1641 is #12E9BE. Grayscale: #5B5B5B. Windows color (decimal): -1239487 or 4265709. OLE color: 4265709.

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

Color convert

RGB 237 22 65 -
CMYK 0 0.91 0.73 0.07
HSL 348º 0.86% 0.51% -
HSV(B) 348º 0.91% 0.93% -
XYZ 36.17 18.96 6.75 -
YUV 91.19 113.23 232 -
System Red Green Blue C M Y K H S L
Decimal 237 22 65 0 0.91 0.73 0.07 348 0.86 0.51
Hex ED 16 41 0 5B 49 7 15C 56 33
Octal 355 26 101 0 133 111 7 534 126 63
Binary 11101101 10110 1000001 0 1011011 1001001 111 101011100 1010110 110011

Color Harmonies of #ED1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1641

Black with #ED1641

Text Example


Text Example

White with #ED1641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1641; }

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

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

background-color css

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

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

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

border-color css

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

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

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