Html Css Color HEX #ED123D Crimson

📋 copy color: '#ED123D'

red 237 ◦ green 18 ◦ blue 61

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

Shades of Crimson #ED123D

Tints of Crimson #ED123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

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

R = 75%
G = 5.7%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED123D (or 0xED123D) is known color: Crimson. HEX triplet: ED, 12 and 3D. RGB value is (237,18,61). Sum of RGB (Red+Green+Blue) = 237+18+61=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED123D is #12EDC2. Grayscale: #585858. Windows color (decimal): -1240515 or 4002541. OLE color: 4002541.

HSL color Cylindrical-coordinate representation of color #ED123D: hue angle of 348.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED123D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 18 61 -
CMYK 0 0.92 0.74 0.07
HSL 348.22º 0.86% 0.5% -
HSV(B) 348.22º 0.92% 0.93% -
XYZ 35.98 18.77 6.14 -
YUV 88.38 112.55 234 -
System Red Green Blue C M Y K H S L
Decimal 237 18 61 0 0.92 0.74 0.07 348.22 0.86 0.5
Hex ED 12 3D 0 5C 4A 7 15C 56 32
Octal 355 22 75 0 134 112 7 534 126 62
Binary 11101101 10010 111101 0 1011100 1001010 111 101011100 1010110 110010

Color Harmonies of #ED123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED123D

Black with #ED123D

Text Example


Text Example

White with #ED123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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