Html Css Color HEX #E2023C Crimson

📋 copy color: '#E2023C'

red 226 ◦ green 2 ◦ blue 60

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

Shades of Crimson #E2023C

Tints of Crimson #E2023C

RGB

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

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

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

R = 78.47%
G = 0.69%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2023C (or 0xE2023C) is known color: Crimson. HEX triplet: E2, 02 and 3C. RGB value is (226,2,60). Sum of RGB (Red+Green+Blue) = 226+2+60=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2023C is #1DFDC3. Grayscale: #4B4B4B. Windows color (decimal): -1965508 or 3932898. OLE color: 3932898.

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

Color convert

RGB 226 2 60 -
CMYK 0 0.99 0.73 0.11
HSL 344.46º 0.98% 0.45% -
HSV(B) 344.46º 0.99% 0.89% -
XYZ 32.2 16.54 5.77 -
YUV 75.59 119.21 235.28 -
System Red Green Blue C M Y K H S L
Decimal 226 2 60 0 0.99 0.73 0.11 344.46 0.98 0.45
Hex E2 2 3C 0 63 49 B 158 62 2D
Octal 342 2 74 0 143 111 13 530 142 55
Binary 11100010 10 111100 0 1100011 1001001 1011 101011000 1100010 101101

Color Harmonies of #E2023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2023C

Black with #E2023C

Text Example


Text Example

White with #E2023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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