Html Css Color HEX #E21035 Crimson

📋 copy color: '#E21035'

red 226 ◦ green 16 ◦ blue 53

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

Shades of Crimson #E21035

Tints of Crimson #E21035

RGB

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

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

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

R = 76.61%
G = 5.42%
B = 17.97%

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

#E21035 (or 0xE21035) is known color: Crimson. HEX triplet: E2, 10 and 35. RGB value is (226,16,53). Sum of RGB (Red+Green+Blue) = 226+16+53=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E21035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21035 is #1DEFCA. Grayscale: #535353. Windows color (decimal): -1961931 or 3477730. OLE color: 3477730.

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

Color convert

RGB 226 16 53 -
CMYK 0 0.93 0.77 0.11
HSL 349.43º 0.87% 0.47% -
HSV(B) 349.43º 0.93% 0.89% -
XYZ 32.19 16.8 4.91 -
YUV 83.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 226 16 53 0 0.93 0.77 0.11 349.43 0.87 0.47
Hex E2 10 35 0 5D 4D B 15D 57 2F
Octal 342 20 65 0 135 115 13 535 127 57
Binary 11100010 10000 110101 0 1011101 1001101 1011 101011101 1010111 101111

Color Harmonies of #E21035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21035

Black with #E21035

Text Example


Text Example

White with #E21035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21035; }

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

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

background-color css

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

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

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

border-color css

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

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

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