Html Css Color HEX #E20025 Crimson

📋 copy color: '#E20025'

red 226 ◦ green 0 ◦ blue 37

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

Shades of Crimson #E20025

Tints of Crimson #E20025

RGB

 RED value IS 226 (88.67% from 255) = 85.93%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.93%
G = 0%
B = 14.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E20025 (or 0xE20025) is known color: Crimson. HEX triplet: E2, 00 and 25. RGB value is (226,0,37). Sum of RGB (Red+Green+Blue) = 226+0+37=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E20025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20025 is #1DFFDA. Grayscale: #474747. Windows color (decimal): -1966043 or 2425058. OLE color: 2425058.

HSL color Cylindrical-coordinate representation of color #E20025: hue angle of 350.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20025 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 37 -
CMYK 0 1 0.84 0.11
HSL 350.18º 1% 0.44% -
HSV(B) 350.18º 1% 0.89% -
XYZ 31.7 16.3 3.23 -
YUV 71.79 108.37 237.99 -
System Red Green Blue C M Y K H S L
Decimal 226 0 37 0 1 0.84 0.11 350.18 1 0.44
Hex E2 0 25 0 64 54 B 15E 64 2C
Octal 342 0 45 0 144 124 13 536 144 54
Binary 11100010 0 100101 0 1100100 1010100 1011 101011110 1100100 101100

Color Harmonies of #E20025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20025

Black with #E20025

Text Example


Text Example

White with #E20025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20025; }

 p { color: rgb(226,0,37); }

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

background-color css

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

 a { background-color: rgb(226,0,37); }

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

border-color css

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

 span { border-color: rgb(226,0,37); }

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