Html Css Color HEX #E2023B Crimson

📋 copy color: '#E2023B'

red 226 ◦ green 2 ◦ blue 59

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

Shades of Crimson #E2023B

Tints of Crimson #E2023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 78.75%
G = 0.7%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2023B (or 0xE2023B) is known color: Crimson. HEX triplet: E2, 02 and 3B. RGB value is (226,2,59). Sum of RGB (Red+Green+Blue) = 226+2+59=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E2023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2023B is #1DFDC4. Grayscale: #4B4B4B. Windows color (decimal): -1965509 or 3867362. OLE color: 3867362.

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

Color convert

RGB 226 2 59 -
CMYK 0 0.99 0.74 0.11
HSL 344.73º 0.98% 0.45% -
HSV(B) 344.73º 0.99% 0.89% -
XYZ 32.18 16.53 5.63 -
YUV 75.47 118.71 235.37 -
System Red Green Blue C M Y K H S L
Decimal 226 2 59 0 0.99 0.74 0.11 344.73 0.98 0.45
Hex E2 2 3B 0 63 4A B 159 62 2D
Octal 342 2 73 0 143 112 13 531 142 55
Binary 11100010 10 111011 0 1100011 1001010 1011 101011001 1100010 101101

Color Harmonies of #E2023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2023B

Black with #E2023B

Text Example


Text Example

White with #E2023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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