Html Css Color HEX #ED164A Crimson

📋 copy color: '#ED164A'

red 237 ◦ green 22 ◦ blue 74

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

Shades of Crimson #ED164A

Tints of Crimson #ED164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.61%

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

R = 71.17%
G = 6.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED164A (or 0xED164A) is known color: Crimson. HEX triplet: ED, 16 and 4A. RGB value is (237,22,74). Sum of RGB (Red+Green+Blue) = 237+22+74=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED164A is #12E9B5. Grayscale: #5C5C5C. Windows color (decimal): -1239478 or 4855533. OLE color: 4855533.

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

Color convert

RGB 237 22 74 -
CMYK 0 0.91 0.69 0.07
HSL 345.49º 0.86% 0.51% -
HSV(B) 345.49º 0.91% 0.93% -
XYZ 36.45 19.07 8.24 -
YUV 92.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 237 22 74 0 0.91 0.69 0.07 345.49 0.86 0.51
Hex ED 16 4A 0 5B 45 7 159 56 33
Octal 355 26 112 0 133 105 7 531 126 63
Binary 11101101 10110 1001010 0 1011011 1000101 111 101011001 1010110 110011

Color Harmonies of #ED164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED164A

Black with #ED164A

Text Example


Text Example

White with #ED164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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