Html Css Color HEX #E2002D Crimson

📋 copy color: '#E2002D'

red 226 ◦ green 0 ◦ blue 45

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

Shades of Crimson #E2002D

Tints of Crimson #E2002D

RGB

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

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

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

R = 83.39%
G = 0%
B = 16.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2002D (or 0xE2002D) is known color: Crimson. HEX triplet: E2, 00 and 2D. RGB value is (226,0,45). Sum of RGB (Red+Green+Blue) = 226+0+45=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E2002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2002D is #1DFFD2. Grayscale: #484848. Windows color (decimal): -1966035 or 2949346. OLE color: 2949346.

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

Color convert

RGB 226 0 45 -
CMYK 0 1 0.80 0.11
HSL 348.05º 1% 0.44% -
HSV(B) 348.05º 1% 0.89% -
XYZ 31.84 16.36 3.96 -
YUV 72.7 112.37 237.34 -
System Red Green Blue C M Y K H S L
Decimal 226 0 45 0 1 0.80 0.11 348.05 1 0.44
Hex E2 0 2D 0 64 50 B 15C 64 2C
Octal 342 0 55 0 144 120 13 534 144 54
Binary 11100010 0 101101 0 1100100 1010000 1011 101011100 1100100 101100

Color Harmonies of #E2002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2002D

Black with #E2002D

Text Example


Text Example

White with #E2002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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