Html Css Color HEX #E31448 Crimson

📋 copy color: '#E31448'

red 227 ◦ green 20 ◦ blue 72

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

Shades of Crimson #E31448

Tints of Crimson #E31448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 71.16%
G = 6.27%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E31448 (or 0xE31448) is known color: Crimson. HEX triplet: E3, 14 and 48. RGB value is (227,20,72). Sum of RGB (Red+Green+Blue) = 227+20+72=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E31448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31448 is #1CEBB7. Grayscale: #575757. Windows color (decimal): -1895352 or 4723939. OLE color: 4723939.

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

Color convert

RGB 227 20 72 -
CMYK 0 0.91 0.68 0.11
HSL 344.93º 0.84% 0.48% -
HSV(B) 344.93º 0.91% 0.89% -
XYZ 33.1 17.3 7.73 -
YUV 87.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 227 20 72 0 0.91 0.68 0.11 344.93 0.84 0.48
Hex E3 14 48 0 5B 44 B 159 54 30
Octal 343 24 110 0 133 104 13 531 124 60
Binary 11100011 10100 1001000 0 1011011 1000100 1011 101011001 1010100 110000

Color Harmonies of #E31448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31448

Black with #E31448

Text Example


Text Example

White with #E31448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31448; }

 p { color: rgb(227,20,72); }

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

background-color css

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

 a { background-color: rgb(227,20,72); }

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

border-color css

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

 span { border-color: rgb(227,20,72); }

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