Html Css Color HEX #ED174A Crimson

📋 copy color: '#ED174A'

red 237 ◦ green 23 ◦ blue 74

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

Shades of Crimson #ED174A

Tints of Crimson #ED174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 70.96%
G = 6.89%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED174A (or 0xED174A) is known color: Crimson. HEX triplet: ED, 17 and 4A. RGB value is (237,23,74). Sum of RGB (Red+Green+Blue) = 237+23+74=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED174A is #12E8B5. Grayscale: #5C5C5C. Windows color (decimal): -1239222 or 4855789. OLE color: 4855789.

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

Color convert

RGB 237 23 74 -
CMYK 0 0.90 0.69 0.07
HSL 345.7º 0.86% 0.51% -
HSV(B) 345.7º 0.9% 0.93% -
XYZ 36.47 19.11 8.25 -
YUV 92.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 237 23 74 0 0.90 0.69 0.07 345.7 0.86 0.51
Hex ED 17 4A 0 5A 45 7 15A 56 33
Octal 355 27 112 0 132 105 7 532 126 63
Binary 11101101 10111 1001010 0 1011010 1000101 111 101011010 1010110 110011

Color Harmonies of #ED174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED174A

Black with #ED174A

Text Example


Text Example

White with #ED174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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