Html Css Color HEX #E4123D Crimson

📋 copy color: '#E4123D'

red 228 ◦ green 18 ◦ blue 61

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

Shades of Crimson #E4123D

Tints of Crimson #E4123D

RGB

 RED value IS 228 (89.45% from 255) = 74.27%

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

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

R = 74.27%
G = 5.86%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E4123D (or 0xE4123D) is known color: Crimson. HEX triplet: E4, 12 and 3D. RGB value is (228,18,61). Sum of RGB (Red+Green+Blue) = 228+18+61=307 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.27% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 228 - color contains mainly: red. Hex color #E4123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4123D is #1BEDC2. Grayscale: #555555. Windows color (decimal): -1830339 or 4002532. OLE color: 4002532.

HSL color Cylindrical-coordinate representation of color #E4123D: hue angle of 347.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4123D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 18 61 -
CMYK 0 0.92 0.73 0.11
HSL 347.71º 0.85% 0.48% -
HSV(B) 347.71º 0.92% 0.89% -
XYZ 33.05 17.26 6 -
YUV 85.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 228 18 61 0 0.92 0.73 0.11 347.71 0.85 0.48
Hex E4 12 3D 0 5C 49 B 15C 55 30
Octal 344 22 75 0 134 111 13 534 125 60
Binary 11100100 10010 111101 0 1011100 1001001 1011 101011100 1010101 110000

Color Harmonies of #E4123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4123D

Black with #E4123D

Text Example


Text Example

White with #E4123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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