Html Css Color HEX #E00438 Crimson

📋 copy color: '#E00438'

red 224 ◦ green 4 ◦ blue 56

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

Shades of Crimson #E00438

Tints of Crimson #E00438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 78.87%
G = 1.41%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E00438 (or 0xE00438) is known color: Crimson. HEX triplet: E0, 04 and 38. RGB value is (224,4,56). Sum of RGB (Red+Green+Blue) = 224+4+56=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E00438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00438 is #1FFBC7. Grayscale: #4B4B4B. Windows color (decimal): -2096072 or 3671264. OLE color: 3671264.

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

Color convert

RGB 224 4 56 -
CMYK 0 0.98 0.75 0.12
HSL 345.82º 0.96% 0.45% -
HSV(B) 345.82º 0.98% 0.88% -
XYZ 31.5 16.22 5.21 -
YUV 75.71 116.89 233.77 -
System Red Green Blue C M Y K H S L
Decimal 224 4 56 0 0.98 0.75 0.12 345.82 0.96 0.45
Hex E0 4 38 0 62 4B C 15A 60 2D
Octal 340 4 70 0 142 113 14 532 140 55
Binary 11100000 100 111000 0 1100010 1001011 1100 101011010 1100000 101101

Color Harmonies of #E00438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00438

Black with #E00438

Text Example


Text Example

White with #E00438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00438; }

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

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

background-color css

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

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

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

border-color css

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

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

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