Html Css Color HEX #E31C3E Crimson

📋 copy color: '#E31C3E'

red 227 ◦ green 28 ◦ blue 62

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

Shades of Crimson #E31C3E

Tints of Crimson #E31C3E

RGB

 RED value IS 227 (89.06% from 255) = 71.61%

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 71.61%
G = 8.83%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E31C3E (or 0xE31C3E) is known color: Crimson. HEX triplet: E3, 1C and 3E. RGB value is (227,28,62). Sum of RGB (Red+Green+Blue) = 227+28+62=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31C3E is #1CE3C1. Grayscale: #5B5B5B. Windows color (decimal): -1893314 or 4070627. OLE color: 4070627.

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

Color convert

RGB 227 28 62 -
CMYK 0 0.88 0.73 0.11
HSL 349.75º 0.78% 0.5% -
HSV(B) 349.75º 0.88% 0.89% -
XYZ 32.96 17.51 6.2 -
YUV 91.38 111.43 224.74 -
System Red Green Blue C M Y K H S L
Decimal 227 28 62 0 0.88 0.73 0.11 349.75 0.78 0.5
Hex E3 1C 3E 0 58 49 B 15E 4E 32
Octal 343 34 76 0 130 111 13 536 116 62
Binary 11100011 11100 111110 0 1011000 1001001 1011 101011110 1001110 110010

Color Harmonies of #E31C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C3E

Black with #E31C3E

Text Example


Text Example

White with #E31C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C3E; }

 p { color: rgb(227,28,62); }

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

background-color css

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

 a { background-color: rgb(227,28,62); }

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

border-color css

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

 span { border-color: rgb(227,28,62); }

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