Html Css Color HEX #ED1542 Crimson

📋 copy color: '#ED1542'

red 237 ◦ green 21 ◦ blue 66

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

Shades of Crimson #ED1542

Tints of Crimson #ED1542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 73.15%
G = 6.48%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED1542 (or 0xED1542) is known color: Crimson. HEX triplet: ED, 15 and 42. RGB value is (237,21,66). Sum of RGB (Red+Green+Blue) = 237+21+66=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1542 is #12EABD. Grayscale: #5A5A5A. Windows color (decimal): -1239742 or 4330989. OLE color: 4330989.

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

Color convert

RGB 237 21 66 -
CMYK 0 0.91 0.72 0.07
HSL 347.5º 0.86% 0.51% -
HSV(B) 347.5º 0.91% 0.93% -
XYZ 36.18 18.93 6.9 -
YUV 90.71 114.06 232.34 -
System Red Green Blue C M Y K H S L
Decimal 237 21 66 0 0.91 0.72 0.07 347.5 0.86 0.51
Hex ED 15 42 0 5B 48 7 15C 56 33
Octal 355 25 102 0 133 110 7 534 126 63
Binary 11101101 10101 1000010 0 1011011 1001000 111 101011100 1010110 110011

Color Harmonies of #ED1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1542

Black with #ED1542

Text Example


Text Example

White with #ED1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1542; }

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

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

background-color css

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

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

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

border-color css

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

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

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