Html Css Color HEX #ED1044 Crimson

📋 copy color: '#ED1044'

red 237 ◦ green 16 ◦ blue 68

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

Shades of Crimson #ED1044

Tints of Crimson #ED1044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 73.83%
G = 4.98%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED1044 (or 0xED1044) is known color: Crimson. HEX triplet: ED, 10 and 44. RGB value is (237,16,68). Sum of RGB (Red+Green+Blue) = 237+16+68=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1044 is #12EFBB. Grayscale: #585858. Windows color (decimal): -1241020 or 4460781. OLE color: 4460781.

HSL color Cylindrical-coordinate representation of color #ED1044: hue angle of 345.88º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1044 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 68 -
CMYK 0 0.93 0.71 0.07
HSL 345.88º 0.87% 0.5% -
HSV(B) 345.88º 0.93% 0.93% -
XYZ 36.15 18.79 7.19 -
YUV 88.01 116.72 234.27 -
System Red Green Blue C M Y K H S L
Decimal 237 16 68 0 0.93 0.71 0.07 345.88 0.87 0.5
Hex ED 10 44 0 5D 47 7 15A 57 32
Octal 355 20 104 0 135 107 7 532 127 62
Binary 11101101 10000 1000100 0 1011101 1000111 111 101011010 1010111 110010

Color Harmonies of #ED1044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1044

Black with #ED1044

Text Example


Text Example

White with #ED1044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1044; }

 p { color: rgb(237,16,68); }

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

background-color css

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

 a { background-color: rgb(237,16,68); }

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

border-color css

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

 span { border-color: rgb(237,16,68); }

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