Html Css Color HEX #ED173D Crimson

📋 copy color: '#ED173D'

red 237 ◦ green 23 ◦ blue 61

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

Shades of Crimson #ED173D

Tints of Crimson #ED173D

RGB

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

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

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

R = 73.83%
G = 7.17%
B = 19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED173D (or 0xED173D) is known color: Crimson. HEX triplet: ED, 17 and 3D. RGB value is (237,23,61). Sum of RGB (Red+Green+Blue) = 237+23+61=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED173D is #12E8C2. Grayscale: #5B5B5B. Windows color (decimal): -1239235 or 4003821. OLE color: 4003821.

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

Color convert

RGB 237 23 61 -
CMYK 0 0.90 0.74 0.07
HSL 349.35º 0.86% 0.51% -
HSV(B) 349.35º 0.9% 0.93% -
XYZ 36.07 18.95 6.17 -
YUV 91.32 110.9 231.91 -
System Red Green Blue C M Y K H S L
Decimal 237 23 61 0 0.90 0.74 0.07 349.35 0.86 0.51
Hex ED 17 3D 0 5A 4A 7 15D 56 33
Octal 355 27 75 0 132 112 7 535 126 63
Binary 11101101 10111 111101 0 1011010 1001010 111 101011101 1010110 110011

Color Harmonies of #ED173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED173D

Black with #ED173D

Text Example


Text Example

White with #ED173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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