Html Css Color HEX #E3142F Crimson

📋 copy color: '#E3142F'

red 227 ◦ green 20 ◦ blue 47

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

Shades of Crimson #E3142F

Tints of Crimson #E3142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 77.21%
G = 6.8%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E3142F (or 0xE3142F) is known color: Crimson. HEX triplet: E3, 14 and 2F. RGB value is (227,20,47). Sum of RGB (Red+Green+Blue) = 227+20+47=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3142F is #1CEBD0. Grayscale: #555555. Windows color (decimal): -1895377 or 3085539. OLE color: 3085539.

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

Color convert

RGB 227 20 47 -
CMYK 0 0.91 0.79 0.11
HSL 352.17º 0.84% 0.48% -
HSV(B) 352.17º 0.91% 0.89% -
XYZ 32.44 17.04 4.27 -
YUV 84.97 106.58 229.3 -
System Red Green Blue C M Y K H S L
Decimal 227 20 47 0 0.91 0.79 0.11 352.17 0.84 0.48
Hex E3 14 2F 0 5B 4F B 160 54 30
Octal 343 24 57 0 133 117 13 540 124 60
Binary 11100011 10100 101111 0 1011011 1001111 1011 101100000 1010100 110000

Color Harmonies of #E3142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3142F

Black with #E3142F

Text Example


Text Example

White with #E3142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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