Html Css Color HEX #E4052D Crimson

📋 copy color: '#E4052D'

red 228 ◦ green 5 ◦ blue 45

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

Shades of Crimson #E4052D

Tints of Crimson #E4052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

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

R = 82.01%
G = 1.8%
B = 16.19%

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

#E4052D (or 0xE4052D) is known color: Crimson. HEX triplet: E4, 05 and 2D. RGB value is (228,5,45). Sum of RGB (Red+Green+Blue) = 228+5+45=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E4052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4052D is #1BFAD2. Grayscale: #4C4C4C. Windows color (decimal): -1833683 or 2950628. OLE color: 2950628.

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

Color convert

RGB 228 5 45 -
CMYK 0 0.98 0.80 0.11
HSL 349.24º 0.96% 0.46% -
HSV(B) 349.24º 0.98% 0.89% -
XYZ 32.52 16.79 4.01 -
YUV 76.24 110.38 236.25 -
System Red Green Blue C M Y K H S L
Decimal 228 5 45 0 0.98 0.80 0.11 349.24 0.96 0.46
Hex E4 5 2D 0 62 50 B 15D 60 2E
Octal 344 5 55 0 142 120 13 535 140 56
Binary 11100100 101 101101 0 1100010 1010000 1011 101011101 1100000 101110

Color Harmonies of #E4052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4052D

Black with #E4052D

Text Example


Text Example

White with #E4052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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