Html Css Color HEX #E0032C Crimson

📋 copy color: '#E0032C'

red 224 ◦ green 3 ◦ blue 44

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

Shades of Crimson #E0032C

Tints of Crimson #E0032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 82.66%
G = 1.11%
B = 16.24%

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

#E0032C (or 0xE0032C) is known color: Crimson. HEX triplet: E0, 03 and 2C. RGB value is (224,3,44). Sum of RGB (Red+Green+Blue) = 224+3+44=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E0032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0032C is #1FFCD3. Grayscale: #494949. Windows color (decimal): -2096340 or 2884576. OLE color: 2884576.

HSL color Cylindrical-coordinate representation of color #E0032C: hue angle of 348.87º 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 #E0032C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 44 -
CMYK 0 0.99 0.80 0.12
HSL 348.87º 0.97% 0.45% -
HSV(B) 348.87º 0.99% 0.88% -
XYZ 31.23 16.09 3.84 -
YUV 73.75 111.22 235.17 -
System Red Green Blue C M Y K H S L
Decimal 224 3 44 0 0.99 0.80 0.12 348.87 0.97 0.45
Hex E0 3 2C 0 63 50 C 15D 61 2D
Octal 340 3 54 0 143 120 14 535 141 55
Binary 11100000 11 101100 0 1100011 1010000 1100 101011101 1100001 101101

Color Harmonies of #E0032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0032C

Black with #E0032C

Text Example


Text Example

White with #E0032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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