Html Css Color HEX #E4133E Crimson

📋 copy color: '#E4133E'

red 228 ◦ green 19 ◦ blue 62

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

Shades of Crimson #E4133E

Tints of Crimson #E4133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 73.79%
G = 6.15%
B = 20.06%

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

#E4133E (or 0xE4133E) is known color: Crimson. HEX triplet: E4, 13 and 3E. RGB value is (228,19,62). Sum of RGB (Red+Green+Blue) = 228+19+62=309 (40% of max value = 765). Red value is 228 (89.45% from 255 or 73.79% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 228 - color contains mainly: red. Hex color #E4133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4133E is #1BECC1. Grayscale: #565656. Windows color (decimal): -1830082 or 4068324. OLE color: 4068324.

HSL color Cylindrical-coordinate representation of color #E4133E: hue angle of 347.66º 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 #E4133E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 19 62 -
CMYK 0 0.92 0.73 0.11
HSL 347.66º 0.85% 0.48% -
HSV(B) 347.66º 0.92% 0.89% -
XYZ 33.1 17.31 6.15 -
YUV 86.39 114.24 229 -
System Red Green Blue C M Y K H S L
Decimal 228 19 62 0 0.92 0.73 0.11 347.66 0.85 0.48
Hex E4 13 3E 0 5C 49 B 15C 55 30
Octal 344 23 76 0 134 111 13 534 125 60
Binary 11100100 10011 111110 0 1011100 1001001 1011 101011100 1010101 110000

Color Harmonies of #E4133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4133E

Black with #E4133E

Text Example


Text Example

White with #E4133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4133E; }

 p { color: rgb(228,19,62); }

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

background-color css

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

 a { background-color: rgb(228,19,62); }

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

border-color css

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

 span { border-color: rgb(228,19,62); }

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