Html Css Color HEX #ED153E Crimson

📋 copy color: '#ED153E'

red 237 ◦ green 21 ◦ blue 62

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

Shades of Crimson #ED153E

Tints of Crimson #ED153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 74.06%
G = 6.56%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED153E (or 0xED153E) is known color: Crimson. HEX triplet: ED, 15 and 3E. RGB value is (237,21,62). Sum of RGB (Red+Green+Blue) = 237+21+62=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED153E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED153E is #12EAC1. Grayscale: #5A5A5A. Windows color (decimal): -1239746 or 4068845. OLE color: 4068845.

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

Color convert

RGB 237 21 62 -
CMYK 0 0.91 0.74 0.07
HSL 348.61º 0.86% 0.51% -
HSV(B) 348.61º 0.91% 0.93% -
XYZ 36.06 18.89 6.3 -
YUV 90.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 237 21 62 0 0.91 0.74 0.07 348.61 0.86 0.51
Hex ED 15 3E 0 5B 4A 7 15D 56 33
Octal 355 25 76 0 133 112 7 535 126 63
Binary 11101101 10101 111110 0 1011011 1001010 111 101011101 1010110 110011

Color Harmonies of #ED153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED153E

Black with #ED153E

Text Example


Text Example

White with #ED153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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