Html Css Color HEX #E30229 Crimson

📋 copy color: '#E30229'

red 227 ◦ green 2 ◦ blue 41

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

Shades of Crimson #E30229

Tints of Crimson #E30229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 84.07%
G = 0.74%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E30229 (or 0xE30229) is known color: Crimson. HEX triplet: E3, 02 and 29. RGB value is (227,2,41). Sum of RGB (Red+Green+Blue) = 227+2+41=270 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.07% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 227 - color contains mainly: red. Hex color #E30229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30229 is #1CFDD6. Grayscale: #494949. Windows color (decimal): -1899991 or 2687715. OLE color: 2687715.

HSL color Cylindrical-coordinate representation of color #E30229: hue angle of 349.6º degrees, saturation: 0.98, 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 #E30229 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 41 -
CMYK 0 0.99 0.82 0.11
HSL 349.6º 0.98% 0.45% -
HSV(B) 349.6º 0.99% 0.89% -
XYZ 32.1 16.53 3.6 -
YUV 73.72 109.54 237.33 -
System Red Green Blue C M Y K H S L
Decimal 227 2 41 0 0.99 0.82 0.11 349.6 0.98 0.45
Hex E3 2 29 0 63 52 B 15E 62 2D
Octal 343 2 51 0 143 122 13 536 142 55
Binary 11100011 10 101001 0 1100011 1010010 1011 101011110 1100010 101101

Color Harmonies of #E30229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30229

Black with #E30229

Text Example


Text Example

White with #E30229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30229; }

 p { color: rgb(227,2,41); }

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

background-color css

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

 a { background-color: rgb(227,2,41); }

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

border-color css

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

 span { border-color: rgb(227,2,41); }

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