Html Css Color HEX #E3154A Crimson

📋 copy color: '#E3154A'

red 227 ◦ green 21 ◦ blue 74

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

Shades of Crimson #E3154A

Tints of Crimson #E3154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.52%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 70.5%
G = 6.52%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3154A (or 0xE3154A) is known color: Crimson. HEX triplet: E3, 15 and 4A. RGB value is (227,21,74). Sum of RGB (Red+Green+Blue) = 227+21+74=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3154A is #1CEAB5. Grayscale: #585858. Windows color (decimal): -1895094 or 4855267. OLE color: 4855267.

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

Color convert

RGB 227 21 74 -
CMYK 0 0.91 0.67 0.11
HSL 344.56º 0.83% 0.49% -
HSV(B) 344.56º 0.91% 0.89% -
XYZ 33.18 17.36 8.08 -
YUV 88.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 227 21 74 0 0.91 0.67 0.11 344.56 0.83 0.49
Hex E3 15 4A 0 5B 43 B 159 53 31
Octal 343 25 112 0 133 103 13 531 123 61
Binary 11100011 10101 1001010 0 1011011 1000011 1011 101011001 1010011 110001

Color Harmonies of #E3154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3154A

Black with #E3154A

Text Example


Text Example

White with #E3154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3154A; }

 p { color: rgb(227,21,74); }

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

background-color css

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

 a { background-color: rgb(227,21,74); }

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

border-color css

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

 span { border-color: rgb(227,21,74); }

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