Html Css Color HEX #E20133 Crimson

📋 copy color: '#E20133'

red 226 ◦ green 1 ◦ blue 51

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

Shades of Crimson #E20133

Tints of Crimson #E20133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 81.29%
G = 0.36%
B = 18.35%

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

#E20133 (or 0xE20133) is known color: Crimson. HEX triplet: E2, 01 and 33. RGB value is (226,1,51). Sum of RGB (Red+Green+Blue) = 226+1+51=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E20133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20133 is #1DFECC. Grayscale: #4A4A4A. Windows color (decimal): -1965773 or 3342818. OLE color: 3342818.

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

Color convert

RGB 226 1 51 -
CMYK 0 1.00 0.77 0.11
HSL 346.67º 0.99% 0.45% -
HSV(B) 346.67º 1% 0.89% -
XYZ 31.97 16.43 4.62 -
YUV 73.98 115.04 236.43 -
System Red Green Blue C M Y K H S L
Decimal 226 1 51 0 1.00 0.77 0.11 346.67 0.99 0.45
Hex E2 1 33 0 64 4D B 15B 63 2D
Octal 342 1 63 0 144 115 13 533 143 55
Binary 11100010 1 110011 0 1100100 1001101 1011 101011011 1100011 101101

Color Harmonies of #E20133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20133

Black with #E20133

Text Example


Text Example

White with #E20133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20133; }

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

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

background-color css

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

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

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

border-color css

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

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

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