Html Css Color HEX #E0042D Crimson

📋 copy color: '#E0042D'

red 224 ◦ green 4 ◦ blue 45

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

Shades of Crimson #E0042D

Tints of Crimson #E0042D

RGB

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

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

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

R = 82.05%
G = 1.47%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0042D (or 0xE0042D) is known color: Crimson. HEX triplet: E0, 04 and 2D. RGB value is (224,4,45). Sum of RGB (Red+Green+Blue) = 224+4+45=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0042D is #1FFBD2. Grayscale: #4A4A4A. Windows color (decimal): -2096083 or 2950368. OLE color: 2950368.

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

Color convert

RGB 224 4 45 -
CMYK 0 0.98 0.80 0.12
HSL 348.82º 0.96% 0.45% -
HSV(B) 348.82º 0.98% 0.88% -
XYZ 31.26 16.12 3.95 -
YUV 74.45 111.39 234.67 -
System Red Green Blue C M Y K H S L
Decimal 224 4 45 0 0.98 0.80 0.12 348.82 0.96 0.45
Hex E0 4 2D 0 62 50 C 15D 60 2D
Octal 340 4 55 0 142 120 14 535 140 55
Binary 11100000 100 101101 0 1100010 1010000 1100 101011101 1100000 101101

Color Harmonies of #E0042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0042D

Black with #E0042D

Text Example


Text Example

White with #E0042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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