Html Css Color HEX #E21B3C Crimson

📋 copy color: '#E21B3C'

red 226 ◦ green 27 ◦ blue 60

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

Shades of Crimson #E21B3C

Tints of Crimson #E21B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 72.2%
G = 8.63%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E21B3C (or 0xE21B3C) is known color: Crimson. HEX triplet: E2, 1B and 3C. RGB value is (226,27,60). Sum of RGB (Red+Green+Blue) = 226+27+60=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21B3C is #1DE4C3. Grayscale: #5A5A5A. Windows color (decimal): -1959108 or 3939298. OLE color: 3939298.

HSL color Cylindrical-coordinate representation of color #E21B3C: hue angle of 350.05º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21B3C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 27 60 -
CMYK 0 0.88 0.73 0.11
HSL 350.05º 0.79% 0.5% -
HSV(B) 350.05º 0.88% 0.89% -
XYZ 32.57 17.28 5.89 -
YUV 90.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 226 27 60 0 0.88 0.73 0.11 350.05 0.79 0.5
Hex E2 1B 3C 0 58 49 B 15E 4F 32
Octal 342 33 74 0 130 111 13 536 117 62
Binary 11100010 11011 111100 0 1011000 1001001 1011 101011110 1001111 110010

Color Harmonies of #E21B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B3C

Black with #E21B3C

Text Example


Text Example

White with #E21B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B3C; }

 p { color: rgb(226,27,60); }

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

background-color css

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

 a { background-color: rgb(226,27,60); }

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

border-color css

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

 span { border-color: rgb(226,27,60); }

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