Html Css Color HEX #E3042D Crimson

📋 copy color: '#E3042D'

red 227 ◦ green 4 ◦ blue 45

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

Shades of Crimson #E3042D

Tints of Crimson #E3042D

RGB

 RED value IS 227 (89.06% from 255) = 82.25%

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

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

R = 82.25%
G = 1.45%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3042D (or 0xE3042D) is known color: Crimson. HEX triplet: E3, 04 and 2D. RGB value is (227,4,45). Sum of RGB (Red+Green+Blue) = 227+4+45=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3042D is #1CFBD2. Grayscale: #4B4B4B. Windows color (decimal): -1899475 or 2950371. OLE color: 2950371.

HSL color Cylindrical-coordinate representation of color #E3042D: hue angle of 348.97º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3042D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 4 45 -
CMYK 0 0.98 0.80 0.11
HSL 348.97º 0.97% 0.45% -
HSV(B) 348.97º 0.98% 0.89% -
XYZ 32.2 16.61 3.99 -
YUV 75.35 110.88 236.17 -
System Red Green Blue C M Y K H S L
Decimal 227 4 45 0 0.98 0.80 0.11 348.97 0.97 0.45
Hex E3 4 2D 0 62 50 B 15D 61 2D
Octal 343 4 55 0 142 120 13 535 141 55
Binary 11100011 100 101101 0 1100010 1010000 1011 101011101 1100001 101101

Color Harmonies of #E3042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3042D

Black with #E3042D

Text Example


Text Example

White with #E3042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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