Html Css Color HEX #ED173C Crimson

📋 copy color: '#ED173C'

red 237 ◦ green 23 ◦ blue 60

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

Shades of Crimson #ED173C

Tints of Crimson #ED173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.19%

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

R = 74.06%
G = 7.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED173C (or 0xED173C) is known color: Crimson. HEX triplet: ED, 17 and 3C. RGB value is (237,23,60). Sum of RGB (Red+Green+Blue) = 237+23+60=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED173C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED173C is #12E8C3. Grayscale: #5B5B5B. Windows color (decimal): -1239236 or 3938285. OLE color: 3938285.

HSL color Cylindrical-coordinate representation of color #ED173C: hue angle of 349.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED173C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 60 -
CMYK 0 0.90 0.75 0.07
HSL 349.63º 0.86% 0.51% -
HSV(B) 349.63º 0.9% 0.93% -
XYZ 36.05 18.94 6.03 -
YUV 91.2 110.4 231.99 -
System Red Green Blue C M Y K H S L
Decimal 237 23 60 0 0.90 0.75 0.07 349.63 0.86 0.51
Hex ED 17 3C 0 5A 4B 7 15E 56 33
Octal 355 27 74 0 132 113 7 536 126 63
Binary 11101101 10111 111100 0 1011010 1001011 111 101011110 1010110 110011

Color Harmonies of #ED173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED173C

Black with #ED173C

Text Example


Text Example

White with #ED173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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