Html Css Color HEX #E30E47 Crimson

📋 copy color: '#E30E47'

red 227 ◦ green 14 ◦ blue 71

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

Shades of Crimson #E30E47

Tints of Crimson #E30E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.49%

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 72.76%
G = 4.49%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E30E47 (or 0xE30E47) is known color: Crimson. HEX triplet: E3, 0E and 47. RGB value is (227,14,71). Sum of RGB (Red+Green+Blue) = 227+14+71=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E47 is #1CF1B8. Grayscale: #545454. Windows color (decimal): -1896889 or 4656867. OLE color: 4656867.

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

Color convert

RGB 227 14 71 -
CMYK 0 0.94 0.69 0.11
HSL 343.94º 0.88% 0.47% -
HSV(B) 343.94º 0.94% 0.89% -
XYZ 32.97 17.1 7.52 -
YUV 84.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 227 14 71 0 0.94 0.69 0.11 343.94 0.88 0.47
Hex E3 E 47 0 5E 45 B 158 58 2F
Octal 343 16 107 0 136 105 13 530 130 57
Binary 11100011 1110 1000111 0 1011110 1000101 1011 101011000 1011000 101111

Color Harmonies of #E30E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30E47

Black with #E30E47

Text Example


Text Example

White with #E30E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30E47; }

 p { color: rgb(227,14,71); }

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

background-color css

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

 a { background-color: rgb(227,14,71); }

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

border-color css

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

 span { border-color: rgb(227,14,71); }

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