Html Css Color HEX #E21034 Crimson

📋 copy color: '#E21034'

red 226 ◦ green 16 ◦ blue 52

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

Shades of Crimson #E21034

Tints of Crimson #E21034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 76.87%
G = 5.44%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E21034 (or 0xE21034) is known color: Crimson. HEX triplet: E2, 10 and 34. RGB value is (226,16,52). Sum of RGB (Red+Green+Blue) = 226+16+52=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E21034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21034 is #1DEFCB. Grayscale: #525252. Windows color (decimal): -1961932 or 3412194. OLE color: 3412194.

HSL color Cylindrical-coordinate representation of color #E21034: hue angle of 349.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21034 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 52 -
CMYK 0 0.93 0.77 0.11
HSL 349.71º 0.87% 0.47% -
HSV(B) 349.71º 0.93% 0.89% -
XYZ 32.17 16.79 4.79 -
YUV 82.89 110.57 230.07 -
System Red Green Blue C M Y K H S L
Decimal 226 16 52 0 0.93 0.77 0.11 349.71 0.87 0.47
Hex E2 10 34 0 5D 4D B 15E 57 2F
Octal 342 20 64 0 135 115 13 536 127 57
Binary 11100010 10000 110100 0 1011101 1001101 1011 101011110 1010111 101111

Color Harmonies of #E21034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21034

Black with #E21034

Text Example


Text Example

White with #E21034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21034; }

 p { color: rgb(226,16,52); }

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

background-color css

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

 a { background-color: rgb(226,16,52); }

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

border-color css

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

 span { border-color: rgb(226,16,52); }

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