Html Css Color HEX #ED153A Crimson

📋 copy color: '#ED153A'

red 237 ◦ green 21 ◦ blue 58

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

Shades of Crimson #ED153A

Tints of Crimson #ED153A

RGB

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

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

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

R = 75%
G = 6.65%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED153A (or 0xED153A) is known color: Crimson. HEX triplet: ED, 15 and 3A. RGB value is (237,21,58). Sum of RGB (Red+Green+Blue) = 237+21+58=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED153A is #12EAC5. Grayscale: #595959. Windows color (decimal): -1239750 or 3806701. OLE color: 3806701.

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

Color convert

RGB 237 21 58 -
CMYK 0 0.91 0.76 0.07
HSL 349.72º 0.86% 0.51% -
HSV(B) 349.72º 0.91% 0.93% -
XYZ 35.96 18.85 5.75 -
YUV 89.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 237 21 58 0 0.91 0.76 0.07 349.72 0.86 0.51
Hex ED 15 3A 0 5B 4C 7 15E 56 33
Octal 355 25 72 0 133 114 7 536 126 63
Binary 11101101 10101 111010 0 1011011 1001100 111 101011110 1010110 110011

Color Harmonies of #ED153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED153A

Black with #ED153A

Text Example


Text Example

White with #ED153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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