Html Css Color HEX #E00E2A Crimson

📋 copy color: '#E00E2A'

red 224 ◦ green 14 ◦ blue 42

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

Shades of Crimson #E00E2A

Tints of Crimson #E00E2A

RGB

 RED value IS 224 (87.89% from 255) = 80%

 GREEN value IS 14 (5.86% from 255) = 5%

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

R = 80%
G = 5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E00E2A (or 0xE00E2A) is known color: Crimson. HEX triplet: E0, 0E and 2A. RGB value is (224,14,42). Sum of RGB (Red+Green+Blue) = 224+14+42=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00E2A is #1FF1D5. Grayscale: #505050. Windows color (decimal): -2093526 or 2756320. OLE color: 2756320.

HSL color Cylindrical-coordinate representation of color #E00E2A: hue angle of 352º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E2A is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 14 42 -
CMYK 0 0.94 0.81 0.12
HSL 352º 0.88% 0.47% -
HSV(B) 352º 0.94% 0.88% -
XYZ 31.32 16.33 3.69 -
YUV 79.98 106.57 230.72 -
System Red Green Blue C M Y K H S L
Decimal 224 14 42 0 0.94 0.81 0.12 352 0.88 0.47
Hex E0 E 2A 0 5E 51 C 160 58 2F
Octal 340 16 52 0 136 121 14 540 130 57
Binary 11100000 1110 101010 0 1011110 1010001 1100 101100000 1011000 101111

Color Harmonies of #E00E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E2A

Black with #E00E2A

Text Example


Text Example

White with #E00E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E2A; }

 p { color: rgb(224,14,42); }

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

background-color css

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

 a { background-color: rgb(224,14,42); }

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

border-color css

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

 span { border-color: rgb(224,14,42); }

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