Html Css Color HEX #ED164B Crimson

📋 copy color: '#ED164B'

red 237 ◦ green 22 ◦ blue 75

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

Shades of Crimson #ED164B

Tints of Crimson #ED164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 70.96%
G = 6.59%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED164B (or 0xED164B) is known color: Crimson. HEX triplet: ED, 16 and 4B. RGB value is (237,22,75). Sum of RGB (Red+Green+Blue) = 237+22+75=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED164B is #12E9B4. Grayscale: #5C5C5C. Windows color (decimal): -1239477 or 4921069. OLE color: 4921069.

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

Color convert

RGB 237 22 75 -
CMYK 0 0.91 0.68 0.07
HSL 345.21º 0.86% 0.51% -
HSV(B) 345.21º 0.91% 0.93% -
XYZ 36.48 19.09 8.42 -
YUV 92.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 237 22 75 0 0.91 0.68 0.07 345.21 0.86 0.51
Hex ED 16 4B 0 5B 44 7 159 56 33
Octal 355 26 113 0 133 104 7 531 126 63
Binary 11101101 10110 1001011 0 1011011 1000100 111 101011001 1010110 110011

Color Harmonies of #ED164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED164B

Black with #ED164B

Text Example


Text Example

White with #ED164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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