Html Css Color HEX #E30225 Crimson

📋 copy color: '#E30225'

red 227 ◦ green 2 ◦ blue 37

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

Shades of Crimson #E30225

Tints of Crimson #E30225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 85.34%
G = 0.75%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E30225 (or 0xE30225) is known color: Crimson. HEX triplet: E3, 02 and 25. RGB value is (227,2,37). Sum of RGB (Red+Green+Blue) = 227+2+37=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E30225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30225 is #1CFDDA. Grayscale: #494949. Windows color (decimal): -1899995 or 2425571. OLE color: 2425571.

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

Color convert

RGB 227 2 37 -
CMYK 0 0.99 0.84 0.11
HSL 350.67º 0.98% 0.45% -
HSV(B) 350.67º 0.99% 0.89% -
XYZ 32.03 16.51 3.25 -
YUV 73.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 227 2 37 0 0.99 0.84 0.11 350.67 0.98 0.45
Hex E3 2 25 0 63 54 B 15F 62 2D
Octal 343 2 45 0 143 124 13 537 142 55
Binary 11100011 10 100101 0 1100011 1010100 1011 101011111 1100010 101101

Color Harmonies of #E30225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30225

Black with #E30225

Text Example


Text Example

White with #E30225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30225; }

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

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

background-color css

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

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

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

border-color css

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

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

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