Html Css Color HEX #E2002C Crimson

📋 copy color: '#E2002C'

red 226 ◦ green 0 ◦ blue 44

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

Shades of Crimson #E2002C

Tints of Crimson #E2002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 83.7%
G = 0%
B = 16.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2002C (or 0xE2002C) is known color: Crimson. HEX triplet: E2, 00 and 2C. RGB value is (226,0,44). Sum of RGB (Red+Green+Blue) = 226+0+44=270 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.70% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 226 - color contains mainly: red. Hex color #E2002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2002C is #1DFFD3. Grayscale: #484848. Windows color (decimal): -1966036 or 2883810. OLE color: 2883810.

HSL color Cylindrical-coordinate representation of color #E2002C: hue angle of 348.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2002C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 44 -
CMYK 0 1 0.81 0.11
HSL 348.32º 1% 0.44% -
HSV(B) 348.32º 1% 0.89% -
XYZ 31.82 16.35 3.86 -
YUV 72.59 111.87 237.42 -
System Red Green Blue C M Y K H S L
Decimal 226 0 44 0 1 0.81 0.11 348.32 1 0.44
Hex E2 0 2C 0 64 51 B 15C 64 2C
Octal 342 0 54 0 144 121 13 534 144 54
Binary 11100010 0 101100 0 1100100 1010001 1011 101011100 1100100 101100

Color Harmonies of #E2002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2002C

Black with #E2002C

Text Example


Text Example

White with #E2002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2002C; }

 p { color: rgb(226,0,44); }

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

background-color css

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

 a { background-color: rgb(226,0,44); }

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

border-color css

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

 span { border-color: rgb(226,0,44); }

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