Html Css Color HEX #ED1746 Crimson

📋 copy color: '#ED1746'

red 237 ◦ green 23 ◦ blue 70

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

Shades of Crimson #ED1746

Tints of Crimson #ED1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 71.82%
G = 6.97%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED1746 (or 0xED1746) is known color: Crimson. HEX triplet: ED, 17 and 46. RGB value is (237,23,70). Sum of RGB (Red+Green+Blue) = 237+23+70=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1746 is #12E8B9. Grayscale: #5C5C5C. Windows color (decimal): -1239226 or 4593645. OLE color: 4593645.

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

Color convert

RGB 237 23 70 -
CMYK 0 0.90 0.70 0.07
HSL 346.82º 0.86% 0.51% -
HSV(B) 346.82º 0.9% 0.93% -
XYZ 36.34 19.06 7.56 -
YUV 92.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 237 23 70 0 0.90 0.70 0.07 346.82 0.86 0.51
Hex ED 17 46 0 5A 46 7 15B 56 33
Octal 355 27 106 0 132 106 7 533 126 63
Binary 11101101 10111 1000110 0 1011010 1000110 111 101011011 1010110 110011

Color Harmonies of #ED1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1746

Black with #ED1746

Text Example


Text Example

White with #ED1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1746; }

 p { color: rgb(237,23,70); }

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

background-color css

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

 a { background-color: rgb(237,23,70); }

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

border-color css

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

 span { border-color: rgb(237,23,70); }

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