Html Css Color HEX #E20135 Crimson

📋 copy color: '#E20135'

red 226 ◦ green 1 ◦ blue 53

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

Shades of Crimson #E20135

Tints of Crimson #E20135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 80.71%
G = 0.36%
B = 18.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E20135 (or 0xE20135) is known color: Crimson. HEX triplet: E2, 01 and 35. RGB value is (226,1,53). Sum of RGB (Red+Green+Blue) = 226+1+53=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20135 is #1DFECA. Grayscale: #4A4A4A. Windows color (decimal): -1965771 or 3473890. OLE color: 3473890.

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

Color convert

RGB 226 1 53 -
CMYK 0 1.00 0.77 0.11
HSL 346.13º 0.99% 0.45% -
HSV(B) 346.13º 1% 0.89% -
XYZ 32.02 16.45 4.86 -
YUV 74.2 116.04 236.27 -
System Red Green Blue C M Y K H S L
Decimal 226 1 53 0 1.00 0.77 0.11 346.13 0.99 0.45
Hex E2 1 35 0 64 4D B 15A 63 2D
Octal 342 1 65 0 144 115 13 532 143 55
Binary 11100010 1 110101 0 1100100 1001101 1011 101011010 1100011 101101

Color Harmonies of #E20135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20135

Black with #E20135

Text Example


Text Example

White with #E20135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20135; }

 p { color: rgb(226,1,53); }

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

background-color css

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

 a { background-color: rgb(226,1,53); }

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

border-color css

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

 span { border-color: rgb(226,1,53); }

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