Html Css Color HEX #ED193D Crimson

📋 copy color: '#ED193D'

red 237 ◦ green 25 ◦ blue 61

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

Shades of Crimson #ED193D

Tints of Crimson #ED193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 73.37%
G = 7.74%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED193D (or 0xED193D) is known color: Crimson. HEX triplet: ED, 19 and 3D. RGB value is (237,25,61). Sum of RGB (Red+Green+Blue) = 237+25+61=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193D is #12E6C2. Grayscale: #5C5C5C. Windows color (decimal): -1238723 or 4004333. OLE color: 4004333.

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

Color convert

RGB 237 25 61 -
CMYK 0 0.89 0.74 0.07
HSL 349.81º 0.85% 0.51% -
HSV(B) 349.81º 0.89% 0.93% -
XYZ 36.11 19.04 6.19 -
YUV 92.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 237 25 61 0 0.89 0.74 0.07 349.81 0.85 0.51
Hex ED 19 3D 0 59 4A 7 15E 55 33
Octal 355 31 75 0 131 112 7 536 125 63
Binary 11101101 11001 111101 0 1011001 1001010 111 101011110 1010101 110011

Color Harmonies of #ED193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED193D

Black with #ED193D

Text Example


Text Example

White with #ED193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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