Html Css Color HEX #E0032D Crimson

📋 copy color: '#E0032D'

red 224 ◦ green 3 ◦ blue 45

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

Shades of Crimson #E0032D

Tints of Crimson #E0032D

RGB

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

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

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

R = 82.35%
G = 1.1%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0032D (or 0xE0032D) is known color: Crimson. HEX triplet: E0, 03 and 2D. RGB value is (224,3,45). Sum of RGB (Red+Green+Blue) = 224+3+45=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0032D is #1FFCD2. Grayscale: #494949. Windows color (decimal): -2096339 or 2950112. OLE color: 2950112.

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

Color convert

RGB 224 3 45 -
CMYK 0 0.99 0.80 0.12
HSL 348.6º 0.97% 0.45% -
HSV(B) 348.6º 0.99% 0.88% -
XYZ 31.25 16.1 3.94 -
YUV 73.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 224 3 45 0 0.99 0.80 0.12 348.6 0.97 0.45
Hex E0 3 2D 0 63 50 C 15D 61 2D
Octal 340 3 55 0 143 120 14 535 141 55
Binary 11100000 11 101101 0 1100011 1010000 1100 101011101 1100001 101101

Color Harmonies of #E0032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0032D

Black with #E0032D

Text Example


Text Example

White with #E0032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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