Html Css Color HEX #E21435 Crimson

📋 copy color: '#E21435'

red 226 ◦ green 20 ◦ blue 53

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

Shades of Crimson #E21435

Tints of Crimson #E21435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

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

R = 75.59%
G = 6.69%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E21435 (or 0xE21435) is known color: Crimson. HEX triplet: E2, 14 and 35. RGB value is (226,20,53). Sum of RGB (Red+Green+Blue) = 226+20+53=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E21435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21435 is #1DEBCA. Grayscale: #555555. Windows color (decimal): -1960907 or 3478754. OLE color: 3478754.

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

Color convert

RGB 226 20 53 -
CMYK 0 0.91 0.77 0.11
HSL 350.39º 0.84% 0.48% -
HSV(B) 350.39º 0.91% 0.89% -
XYZ 32.26 16.93 4.94 -
YUV 85.36 109.75 228.32 -
System Red Green Blue C M Y K H S L
Decimal 226 20 53 0 0.91 0.77 0.11 350.39 0.84 0.48
Hex E2 14 35 0 5B 4D B 15E 54 30
Octal 342 24 65 0 133 115 13 536 124 60
Binary 11100010 10100 110101 0 1011011 1001101 1011 101011110 1010100 110000

Color Harmonies of #E21435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21435

Black with #E21435

Text Example


Text Example

White with #E21435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21435; }

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

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

background-color css

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

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

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

border-color css

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

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

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