Html Css Color HEX #E2002F Crimson

📋 copy color: '#E2002F'

red 226 ◦ green 0 ◦ blue 47

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

Shades of Crimson #E2002F

Tints of Crimson #E2002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 82.78%
G = 0%
B = 17.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2002F (or 0xE2002F) is known color: Crimson. HEX triplet: E2, 00 and 2F. RGB value is (226,0,47). Sum of RGB (Red+Green+Blue) = 226+0+47=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E2002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2002F is #1DFFD0. Grayscale: #484848. Windows color (decimal): -1966033 or 3080418. OLE color: 3080418.

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

Color convert

RGB 226 0 47 -
CMYK 0 1 0.79 0.11
HSL 347.52º 1% 0.44% -
HSV(B) 347.52º 1% 0.89% -
XYZ 31.88 16.37 4.17 -
YUV 72.93 113.37 237.18 -
System Red Green Blue C M Y K H S L
Decimal 226 0 47 0 1 0.79 0.11 347.52 1 0.44
Hex E2 0 2F 0 64 4F B 15C 64 2C
Octal 342 0 57 0 144 117 13 534 144 54
Binary 11100010 0 101111 0 1100100 1001111 1011 101011100 1100100 101100

Color Harmonies of #E2002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2002F

Black with #E2002F

Text Example


Text Example

White with #E2002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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