Html Css Color HEX #E2002A Crimson

📋 copy color: '#E2002A'

red 226 ◦ green 0 ◦ blue 42

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

Shades of Crimson #E2002A

Tints of Crimson #E2002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 84.33%
G = 0%
B = 15.67%

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

#E2002A (or 0xE2002A) is known color: Crimson. HEX triplet: E2, 00 and 2A. RGB value is (226,0,42). Sum of RGB (Red+Green+Blue) = 226+0+42=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E2002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2002A is #1DFFD5. Grayscale: #484848. Windows color (decimal): -1966038 or 2752738. OLE color: 2752738.

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

Color convert

RGB 226 0 42 -
CMYK 0 1 0.81 0.11
HSL 348.85º 1% 0.44% -
HSV(B) 348.85º 1% 0.89% -
XYZ 31.78 16.34 3.67 -
YUV 72.36 110.87 237.58 -
System Red Green Blue C M Y K H S L
Decimal 226 0 42 0 1 0.81 0.11 348.85 1 0.44
Hex E2 0 2A 0 64 51 B 15D 64 2C
Octal 342 0 52 0 144 121 13 535 144 54
Binary 11100010 0 101010 0 1100100 1010001 1011 101011101 1100100 101100

Color Harmonies of #E2002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2002A

Black with #E2002A

Text Example


Text Example

White with #E2002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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