Html Css Color HEX #ED183F Crimson

📋 copy color: '#ED183F'

red 237 ◦ green 24 ◦ blue 63

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

Shades of Crimson #ED183F

Tints of Crimson #ED183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 73.15%
G = 7.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED183F (or 0xED183F) is known color: Crimson. HEX triplet: ED, 18 and 3F. RGB value is (237,24,63). Sum of RGB (Red+Green+Blue) = 237+24+63=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED183F is #12E7C0. Grayscale: #5C5C5C. Windows color (decimal): -1238977 or 4135149. OLE color: 4135149.

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

Color convert

RGB 237 24 63 -
CMYK 0 0.90 0.73 0.07
HSL 349.01º 0.86% 0.51% -
HSV(B) 349.01º 0.9% 0.93% -
XYZ 36.15 19.02 6.47 -
YUV 92.13 111.57 231.33 -
System Red Green Blue C M Y K H S L
Decimal 237 24 63 0 0.90 0.73 0.07 349.01 0.86 0.51
Hex ED 18 3F 0 5A 49 7 15D 56 33
Octal 355 30 77 0 132 111 7 535 126 63
Binary 11101101 11000 111111 0 1011010 1001001 111 101011101 1010110 110011

Color Harmonies of #ED183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED183F

Black with #ED183F

Text Example


Text Example

White with #ED183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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