Html Css Color HEX #E30334 Crimson

📋 copy color: '#E30334'

red 227 ◦ green 3 ◦ blue 52

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

Shades of Crimson #E30334

Tints of Crimson #E30334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 80.5%
G = 1.06%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E30334 (or 0xE30334) is known color: Crimson. HEX triplet: E3, 03 and 34. RGB value is (227,3,52). Sum of RGB (Red+Green+Blue) = 227+3+52=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E30334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30334 is #1CFCCB. Grayscale: #4B4B4B. Windows color (decimal): -1899724 or 3408867. OLE color: 3408867.

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

Color convert

RGB 227 3 52 -
CMYK 0 0.99 0.77 0.11
HSL 346.88º 0.97% 0.45% -
HSV(B) 346.88º 0.99% 0.89% -
XYZ 32.33 16.64 4.76 -
YUV 75.56 114.71 236.02 -
System Red Green Blue C M Y K H S L
Decimal 227 3 52 0 0.99 0.77 0.11 346.88 0.97 0.45
Hex E3 3 34 0 63 4D B 15B 61 2D
Octal 343 3 64 0 143 115 13 533 141 55
Binary 11100011 11 110100 0 1100011 1001101 1011 101011011 1100001 101101

Color Harmonies of #E30334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30334

Black with #E30334

Text Example


Text Example

White with #E30334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30334; }

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

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

background-color css

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

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

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

border-color css

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

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

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