Html Css Color HEX #E30A47 Crimson

📋 copy color: '#E30A47'

red 227 ◦ green 10 ◦ blue 71

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

Shades of Crimson #E30A47

Tints of Crimson #E30A47

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.25%

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

R = 73.7%
G = 3.25%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E30A47 (or 0xE30A47) is known color: Crimson. HEX triplet: E3, 0A and 47. RGB value is (227,10,71). Sum of RGB (Red+Green+Blue) = 227+10+71=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A47 is #1CF5B8. Grayscale: #515151. Windows color (decimal): -1897913 or 4655843. OLE color: 4655843.

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

Color convert

RGB 227 10 71 -
CMYK 0 0.96 0.69 0.11
HSL 343.13º 0.92% 0.46% -
HSV(B) 343.13º 0.96% 0.89% -
XYZ 32.92 17 7.51 -
YUV 81.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 227 10 71 0 0.96 0.69 0.11 343.13 0.92 0.46
Hex E3 A 47 0 60 45 B 157 5C 2E
Octal 343 12 107 0 140 105 13 527 134 56
Binary 11100011 1010 1000111 0 1100000 1000101 1011 101010111 1011100 101110

Color Harmonies of #E30A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A47

Black with #E30A47

Text Example


Text Example

White with #E30A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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