Html Css Color HEX #E30945 Crimson

📋 copy color: '#E30945'

red 227 ◦ green 9 ◦ blue 69

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

Shades of Crimson #E30945

Tints of Crimson #E30945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 74.43%
G = 2.95%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E30945 (or 0xE30945) is known color: Crimson. HEX triplet: E3, 09 and 45. RGB value is (227,9,69). Sum of RGB (Red+Green+Blue) = 227+9+69=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E30945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30945 is #1CF6BA. Grayscale: #515151. Windows color (decimal): -1898171 or 4524515. OLE color: 4524515.

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

Color convert

RGB 227 9 69 -
CMYK 0 0.96 0.70 0.11
HSL 343.49º 0.92% 0.46% -
HSV(B) 343.49º 0.96% 0.89% -
XYZ 32.85 16.96 7.17 -
YUV 81.02 121.22 232.12 -
System Red Green Blue C M Y K H S L
Decimal 227 9 69 0 0.96 0.70 0.11 343.49 0.92 0.46
Hex E3 9 45 0 60 46 B 157 5C 2E
Octal 343 11 105 0 140 106 13 527 134 56
Binary 11100011 1001 1000101 0 1100000 1000110 1011 101010111 1011100 101110

Color Harmonies of #E30945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30945

Black with #E30945

Text Example


Text Example

White with #E30945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30945; }

 p { color: rgb(227,9,69); }

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

background-color css

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

 a { background-color: rgb(227,9,69); }

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

border-color css

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

 span { border-color: rgb(227,9,69); }

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