Html Css Color HEX #E21345 Crimson

📋 copy color: '#E21345'

red 226 ◦ green 19 ◦ blue 69

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

Shades of Crimson #E21345

Tints of Crimson #E21345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 71.97%
G = 6.05%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E21345 (or 0xE21345) is known color: Crimson. HEX triplet: E2, 13 and 45. RGB value is (226,19,69). Sum of RGB (Red+Green+Blue) = 226+19+69=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E21345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21345 is #1DECBA. Grayscale: #565656. Windows color (decimal): -1961147 or 4527074. OLE color: 4527074.

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

Color convert

RGB 226 19 69 -
CMYK 0 0.92 0.69 0.11
HSL 345.51º 0.84% 0.48% -
HSV(B) 345.51º 0.92% 0.89% -
XYZ 32.67 17.06 7.2 -
YUV 86.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 226 19 69 0 0.92 0.69 0.11 345.51 0.84 0.48
Hex E2 13 45 0 5C 45 B 15A 54 30
Octal 342 23 105 0 134 105 13 532 124 60
Binary 11100010 10011 1000101 0 1011100 1000101 1011 101011010 1010100 110000

Color Harmonies of #E21345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21345

Black with #E21345

Text Example


Text Example

White with #E21345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21345; }

 p { color: rgb(226,19,69); }

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

background-color css

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

 a { background-color: rgb(226,19,69); }

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

border-color css

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

 span { border-color: rgb(226,19,69); }

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