Html Css Color HEX #ED153B Crimson

📋 copy color: '#ED153B'

red 237 ◦ green 21 ◦ blue 59

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

Shades of Crimson #ED153B

Tints of Crimson #ED153B

RGB

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

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

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

R = 74.76%
G = 6.62%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED153B (or 0xED153B) is known color: Crimson. HEX triplet: ED, 15 and 3B. RGB value is (237,21,59). Sum of RGB (Red+Green+Blue) = 237+21+59=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED153B is #12EAC4. Grayscale: #595959. Windows color (decimal): -1239749 or 3872237. OLE color: 3872237.

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

Color convert

RGB 237 21 59 -
CMYK 0 0.91 0.75 0.07
HSL 349.44º 0.86% 0.51% -
HSV(B) 349.44º 0.91% 0.93% -
XYZ 35.98 18.86 5.88 -
YUV 89.92 110.56 232.91 -
System Red Green Blue C M Y K H S L
Decimal 237 21 59 0 0.91 0.75 0.07 349.44 0.86 0.51
Hex ED 15 3B 0 5B 4B 7 15D 56 33
Octal 355 25 73 0 133 113 7 535 126 63
Binary 11101101 10101 111011 0 1011011 1001011 111 101011101 1010110 110011

Color Harmonies of #ED153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED153B

Black with #ED153B

Text Example


Text Example

White with #ED153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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