Html Css Color HEX #ED153F Crimson

📋 copy color: '#ED153F'

red 237 ◦ green 21 ◦ blue 63

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

Shades of Crimson #ED153F

Tints of Crimson #ED153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 73.83%
G = 6.54%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED153F (or 0xED153F) is known color: Crimson. HEX triplet: ED, 15 and 3F. RGB value is (237,21,63). Sum of RGB (Red+Green+Blue) = 237+21+63=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED153F is #12EAC0. Grayscale: #5A5A5A. Windows color (decimal): -1239745 or 4134381. OLE color: 4134381.

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

Color convert

RGB 237 21 63 -
CMYK 0 0.91 0.73 0.07
HSL 348.33º 0.86% 0.51% -
HSV(B) 348.33º 0.91% 0.93% -
XYZ 36.09 18.9 6.45 -
YUV 90.37 112.56 232.58 -
System Red Green Blue C M Y K H S L
Decimal 237 21 63 0 0.91 0.73 0.07 348.33 0.86 0.51
Hex ED 15 3F 0 5B 49 7 15C 56 33
Octal 355 25 77 0 133 111 7 534 126 63
Binary 11101101 10101 111111 0 1011011 1001001 111 101011100 1010110 110011

Color Harmonies of #ED153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED153F

Black with #ED153F

Text Example


Text Example

White with #ED153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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