Html Css Color HEX #E4032D Crimson

📋 copy color: '#E4032D'

red 228 ◦ green 3 ◦ blue 45

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

Shades of Crimson #E4032D

Tints of Crimson #E4032D

RGB

 RED value IS 228 (89.45% from 255) = 82.61%

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 82.61%
G = 1.09%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4032D (or 0xE4032D) is known color: Crimson. HEX triplet: E4, 03 and 2D. RGB value is (228,3,45). Sum of RGB (Red+Green+Blue) = 228+3+45=276 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.61% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 228 - color contains mainly: red. Hex color #E4032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4032D is #1BFCD2. Grayscale: #4B4B4B. Windows color (decimal): -1834195 or 2950116. OLE color: 2950116.

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

Color convert

RGB 228 3 45 -
CMYK 0 0.99 0.80 0.11
HSL 348.8º 0.97% 0.45% -
HSV(B) 348.8º 0.99% 0.89% -
XYZ 32.5 16.75 4 -
YUV 75.06 111.04 237.08 -
System Red Green Blue C M Y K H S L
Decimal 228 3 45 0 0.99 0.80 0.11 348.8 0.97 0.45
Hex E4 3 2D 0 63 50 B 15D 61 2D
Octal 344 3 55 0 143 120 13 535 141 55
Binary 11100100 11 101101 0 1100011 1010000 1011 101011101 1100001 101101

Color Harmonies of #E4032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4032D

Black with #E4032D

Text Example


Text Example

White with #E4032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4032D; }

 p { color: rgb(228,3,45); }

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

background-color css

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

 a { background-color: rgb(228,3,45); }

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

border-color css

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

 span { border-color: rgb(228,3,45); }

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