Html Css Color HEX #ED183A Crimson

📋 copy color: '#ED183A'

red 237 ◦ green 24 ◦ blue 58

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

Shades of Crimson #ED183A

Tints of Crimson #ED183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 74.29%
G = 7.52%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED183A (or 0xED183A) is known color: Crimson. HEX triplet: ED, 18 and 3A. RGB value is (237,24,58). Sum of RGB (Red+Green+Blue) = 237+24+58=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED183A is #12E7C5. Grayscale: #5B5B5B. Windows color (decimal): -1238982 or 3807469. OLE color: 3807469.

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

Color convert

RGB 237 24 58 -
CMYK 0 0.90 0.76 0.07
HSL 350.42º 0.86% 0.51% -
HSV(B) 350.42º 0.9% 0.93% -
XYZ 36.02 18.96 5.77 -
YUV 91.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 237 24 58 0 0.90 0.76 0.07 350.42 0.86 0.51
Hex ED 18 3A 0 5A 4C 7 15E 56 33
Octal 355 30 72 0 132 114 7 536 126 63
Binary 11101101 11000 111010 0 1011010 1001100 111 101011110 1010110 110011

Color Harmonies of #ED183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED183A

Black with #ED183A

Text Example


Text Example

White with #ED183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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