Html Css Color HEX #ED163D Crimson

📋 copy color: '#ED163D'

red 237 ◦ green 22 ◦ blue 61

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

Shades of Crimson #ED163D

Tints of Crimson #ED163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 74.06%
G = 6.88%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED163D (or 0xED163D) is known color: Crimson. HEX triplet: ED, 16 and 3D. RGB value is (237,22,61). Sum of RGB (Red+Green+Blue) = 237+22+61=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED163D is #12E9C2. Grayscale: #5A5A5A. Windows color (decimal): -1239491 or 4003565. OLE color: 4003565.

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

Color convert

RGB 237 22 61 -
CMYK 0 0.91 0.74 0.07
HSL 349.12º 0.86% 0.51% -
HSV(B) 349.12º 0.91% 0.93% -
XYZ 36.05 18.92 6.17 -
YUV 90.73 111.23 232.33 -
System Red Green Blue C M Y K H S L
Decimal 237 22 61 0 0.91 0.74 0.07 349.12 0.86 0.51
Hex ED 16 3D 0 5B 4A 7 15D 56 33
Octal 355 26 75 0 133 112 7 535 126 63
Binary 11101101 10110 111101 0 1011011 1001010 111 101011101 1010110 110011

Color Harmonies of #ED163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED163D

Black with #ED163D

Text Example


Text Example

White with #ED163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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