Html Css Color HEX #E0042A Crimson

📋 copy color: '#E0042A'

red 224 ◦ green 4 ◦ blue 42

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

Shades of Crimson #E0042A

Tints of Crimson #E0042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 82.96%
G = 1.48%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0042A (or 0xE0042A) is known color: Crimson. HEX triplet: E0, 04 and 2A. RGB value is (224,4,42). Sum of RGB (Red+Green+Blue) = 224+4+42=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0042A is #1FFBD5. Grayscale: #4A4A4A. Windows color (decimal): -2096086 or 2753760. OLE color: 2753760.

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

Color convert

RGB 224 4 42 -
CMYK 0 0.98 0.81 0.12
HSL 349.64º 0.96% 0.45% -
HSV(B) 349.64º 0.98% 0.88% -
XYZ 31.2 16.1 3.65 -
YUV 74.11 109.89 234.91 -
System Red Green Blue C M Y K H S L
Decimal 224 4 42 0 0.98 0.81 0.12 349.64 0.96 0.45
Hex E0 4 2A 0 62 51 C 15E 60 2D
Octal 340 4 52 0 142 121 14 536 140 55
Binary 11100000 100 101010 0 1100010 1010001 1100 101011110 1100000 101101

Color Harmonies of #E0042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0042A

Black with #E0042A

Text Example


Text Example

White with #E0042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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