Html Css Color HEX #ED193C Crimson

📋 copy color: '#ED193C'

red 237 ◦ green 25 ◦ blue 60

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

Shades of Crimson #ED193C

Tints of Crimson #ED193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 73.6%
G = 7.76%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED193C (or 0xED193C) is known color: Crimson. HEX triplet: ED, 19 and 3C. RGB value is (237,25,60). Sum of RGB (Red+Green+Blue) = 237+25+60=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193C is #12E6C3. Grayscale: #5C5C5C. Windows color (decimal): -1238724 or 3938797. OLE color: 3938797.

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

Color convert

RGB 237 25 60 -
CMYK 0 0.89 0.75 0.07
HSL 350.09º 0.85% 0.51% -
HSV(B) 350.09º 0.89% 0.93% -
XYZ 36.09 19.03 6.05 -
YUV 92.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 237 25 60 0 0.89 0.75 0.07 350.09 0.85 0.51
Hex ED 19 3C 0 59 4B 7 15E 55 33
Octal 355 31 74 0 131 113 7 536 125 63
Binary 11101101 11001 111100 0 1011001 1001011 111 101011110 1010101 110011

Color Harmonies of #ED193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED193C

Black with #ED193C

Text Example


Text Example

White with #ED193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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