Html Css Color HEX #ED183B Crimson

📋 copy color: '#ED183B'

red 237 ◦ green 24 ◦ blue 59

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

Shades of Crimson #ED183B

Tints of Crimson #ED183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 74.06%
G = 7.5%
B = 18.44%

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

#ED183B (or 0xED183B) is known color: Crimson. HEX triplet: ED, 18 and 3B. RGB value is (237,24,59). Sum of RGB (Red+Green+Blue) = 237+24+59=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED183B is #12E7C4. Grayscale: #5B5B5B. Windows color (decimal): -1238981 or 3873005. OLE color: 3873005.

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

Color convert

RGB 237 24 59 -
CMYK 0 0.90 0.75 0.07
HSL 350.14º 0.86% 0.51% -
HSV(B) 350.14º 0.9% 0.93% -
XYZ 36.04 18.97 5.9 -
YUV 91.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 237 24 59 0 0.90 0.75 0.07 350.14 0.86 0.51
Hex ED 18 3B 0 5A 4B 7 15E 56 33
Octal 355 30 73 0 132 113 7 536 126 63
Binary 11101101 11000 111011 0 1011010 1001011 111 101011110 1010110 110011

Color Harmonies of #ED183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED183B

Black with #ED183B

Text Example


Text Example

White with #ED183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED183B; }

 p { color: rgb(237,24,59); }

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

background-color css

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

 a { background-color: rgb(237,24,59); }

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

border-color css

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

 span { border-color: rgb(237,24,59); }

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