Html Css Color HEX #ED1947 Crimson

📋 copy color: '#ED1947'

red 237 ◦ green 25 ◦ blue 71

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

Shades of Crimson #ED1947

Tints of Crimson #ED1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 71.17%
G = 7.51%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED1947 (or 0xED1947) is known color: Crimson. HEX triplet: ED, 19 and 47. RGB value is (237,25,71). Sum of RGB (Red+Green+Blue) = 237+25+71=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1947 is #12E6B8. Grayscale: #5D5D5D. Windows color (decimal): -1238713 or 4659693. OLE color: 4659693.

HSL color Cylindrical-coordinate representation of color #ED1947: hue angle of 346.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1947 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 71 -
CMYK 0 0.89 0.70 0.07
HSL 346.98º 0.85% 0.51% -
HSV(B) 346.98º 0.89% 0.93% -
XYZ 36.41 19.15 7.74 -
YUV 93.63 115.24 230.26 -
System Red Green Blue C M Y K H S L
Decimal 237 25 71 0 0.89 0.70 0.07 346.98 0.85 0.51
Hex ED 19 47 0 59 46 7 15B 55 33
Octal 355 31 107 0 131 106 7 533 125 63
Binary 11101101 11001 1000111 0 1011001 1000110 111 101011011 1010101 110011

Color Harmonies of #ED1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1947

Black with #ED1947

Text Example


Text Example

White with #ED1947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1947; }

 p { color: rgb(237,25,71); }

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

background-color css

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

 a { background-color: rgb(237,25,71); }

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

border-color css

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

 span { border-color: rgb(237,25,71); }

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