Html Css Color HEX #ED113F Crimson

📋 copy color: '#ED113F'

red 237 ◦ green 17 ◦ blue 63

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

Shades of Crimson #ED113F

Tints of Crimson #ED113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 74.76%
G = 5.36%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED113F (or 0xED113F) is known color: Crimson. HEX triplet: ED, 11 and 3F. RGB value is (237,17,63). Sum of RGB (Red+Green+Blue) = 237+17+63=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED113F is #12EEC0. Grayscale: #585858. Windows color (decimal): -1240769 or 4133357. OLE color: 4133357.

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

Color convert

RGB 237 17 63 -
CMYK 0 0.93 0.73 0.07
HSL 347.45º 0.87% 0.5% -
HSV(B) 347.45º 0.93% 0.93% -
XYZ 36.02 18.76 6.43 -
YUV 88.02 113.89 234.26 -
System Red Green Blue C M Y K H S L
Decimal 237 17 63 0 0.93 0.73 0.07 347.45 0.87 0.5
Hex ED 11 3F 0 5D 49 7 15B 57 32
Octal 355 21 77 0 135 111 7 533 127 62
Binary 11101101 10001 111111 0 1011101 1001001 111 101011011 1010111 110010

Color Harmonies of #ED113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED113F

Black with #ED113F

Text Example


Text Example

White with #ED113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED113F; }

 p { color: rgb(237,17,63); }

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

background-color css

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

 a { background-color: rgb(237,17,63); }

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

border-color css

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

 span { border-color: rgb(237,17,63); }

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