Html Css Color HEX #E00D3A Crimson

📋 copy color: '#E00D3A'

red 224 ◦ green 13 ◦ blue 58

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

Shades of Crimson #E00D3A

Tints of Crimson #E00D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 75.93%
G = 4.41%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E00D3A (or 0xE00D3A) is known color: Crimson. HEX triplet: E0, 0D and 3A. RGB value is (224,13,58). Sum of RGB (Red+Green+Blue) = 224+13+58=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3A is #1FF2C5. Grayscale: #515151. Windows color (decimal): -2093766 or 3804640. OLE color: 3804640.

HSL color Cylindrical-coordinate representation of color #E00D3A: hue angle of 347.2º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D3A is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 58 -
CMYK 0 0.94 0.74 0.12
HSL 347.2º 0.89% 0.46% -
HSV(B) 347.2º 0.94% 0.88% -
XYZ 31.65 16.44 5.51 -
YUV 81.22 114.9 229.84 -
System Red Green Blue C M Y K H S L
Decimal 224 13 58 0 0.94 0.74 0.12 347.2 0.89 0.46
Hex E0 D 3A 0 5E 4A C 15B 59 2E
Octal 340 15 72 0 136 112 14 533 131 56
Binary 11100000 1101 111010 0 1011110 1001010 1100 101011011 1011001 101110

Color Harmonies of #E00D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D3A

Black with #E00D3A

Text Example


Text Example

White with #E00D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D3A; }

 p { color: rgb(224,13,58); }

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

background-color css

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

 a { background-color: rgb(224,13,58); }

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

border-color css

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

 span { border-color: rgb(224,13,58); }

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