Html Css Color HEX #E30735 Crimson

📋 copy color: '#E30735'

red 227 ◦ green 7 ◦ blue 53

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

Shades of Crimson #E30735

Tints of Crimson #E30735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 79.09%
G = 2.44%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E30735 (or 0xE30735) is known color: Crimson. HEX triplet: E3, 07 and 35. RGB value is (227,7,53). Sum of RGB (Red+Green+Blue) = 227+7+53=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E30735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30735 is #1CF8CA. Grayscale: #4E4E4E. Windows color (decimal): -1898699 or 3475427. OLE color: 3475427.

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

Color convert

RGB 227 7 53 -
CMYK 0 0.97 0.77 0.11
HSL 347.45º 0.94% 0.46% -
HSV(B) 347.45º 0.97% 0.89% -
XYZ 32.4 16.74 4.89 -
YUV 78.02 113.89 234.26 -
System Red Green Blue C M Y K H S L
Decimal 227 7 53 0 0.97 0.77 0.11 347.45 0.94 0.46
Hex E3 7 35 0 61 4D B 15B 5E 2E
Octal 343 7 65 0 141 115 13 533 136 56
Binary 11100011 111 110101 0 1100001 1001101 1011 101011011 1011110 101110

Color Harmonies of #E30735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30735

Black with #E30735

Text Example


Text Example

White with #E30735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30735; }

 p { color: rgb(227,7,53); }

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

background-color css

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

 a { background-color: rgb(227,7,53); }

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

border-color css

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

 span { border-color: rgb(227,7,53); }

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