Html Css Color HEX #E2022D Crimson

📋 copy color: '#E2022D'

red 226 ◦ green 2 ◦ blue 45

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

Shades of Crimson #E2022D

Tints of Crimson #E2022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 82.78%
G = 0.73%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2022D (or 0xE2022D) is known color: Crimson. HEX triplet: E2, 02 and 2D. RGB value is (226,2,45). Sum of RGB (Red+Green+Blue) = 226+2+45=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E2022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2022D is #1DFDD2. Grayscale: #494949. Windows color (decimal): -1965523 or 2949858. OLE color: 2949858.

HSL color Cylindrical-coordinate representation of color #E2022D: hue angle of 348.48º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2022D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 45 -
CMYK 0 0.99 0.80 0.11
HSL 348.48º 0.98% 0.45% -
HSV(B) 348.48º 0.99% 0.89% -
XYZ 31.86 16.4 3.97 -
YUV 73.88 111.71 236.5 -
System Red Green Blue C M Y K H S L
Decimal 226 2 45 0 0.99 0.80 0.11 348.48 0.98 0.45
Hex E2 2 2D 0 63 50 B 15C 62 2D
Octal 342 2 55 0 143 120 13 534 142 55
Binary 11100010 10 101101 0 1100011 1010000 1011 101011100 1100010 101101

Color Harmonies of #E2022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2022D

Black with #E2022D

Text Example


Text Example

White with #E2022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2022D; }

 p { color: rgb(226,2,45); }

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

background-color css

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

 a { background-color: rgb(226,2,45); }

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

border-color css

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

 span { border-color: rgb(226,2,45); }

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