Html Css Color HEX #E30434 Crimson

📋 copy color: '#E30434'

red 227 ◦ green 4 ◦ blue 52

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

Shades of Crimson #E30434

Tints of Crimson #E30434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 80.21%
G = 1.41%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E30434 (or 0xE30434) is known color: Crimson. HEX triplet: E3, 04 and 34. RGB value is (227,4,52). Sum of RGB (Red+Green+Blue) = 227+4+52=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E30434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30434 is #1CFBCB. Grayscale: #4C4C4C. Windows color (decimal): -1899468 or 3409123. OLE color: 3409123.

HSL color Cylindrical-coordinate representation of color #E30434: hue angle of 347.09º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30434 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 4 52 -
CMYK 0 0.98 0.77 0.11
HSL 347.09º 0.97% 0.45% -
HSV(B) 347.09º 0.98% 0.89% -
XYZ 32.34 16.67 4.76 -
YUV 76.15 114.38 235.6 -
System Red Green Blue C M Y K H S L
Decimal 227 4 52 0 0.98 0.77 0.11 347.09 0.97 0.45
Hex E3 4 34 0 62 4D B 15B 61 2D
Octal 343 4 64 0 142 115 13 533 141 55
Binary 11100011 100 110100 0 1100010 1001101 1011 101011011 1100001 101101

Color Harmonies of #E30434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30434

Black with #E30434

Text Example


Text Example

White with #E30434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30434; }

 p { color: rgb(227,4,52); }

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

background-color css

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

 a { background-color: rgb(227,4,52); }

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

border-color css

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

 span { border-color: rgb(227,4,52); }

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