Html Css Color HEX #E5032C Crimson

📋 copy color: '#E5032C'

red 229 ◦ green 3 ◦ blue 44

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

Shades of Crimson #E5032C

Tints of Crimson #E5032C

RGB

 RED value IS 229 (89.84% from 255) = 82.97%

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

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

R = 82.97%
G = 1.09%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5032C (or 0xE5032C) is known color: Crimson. HEX triplet: E5, 03 and 2C. RGB value is (229,3,44). Sum of RGB (Red+Green+Blue) = 229+3+44=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E5032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5032C is #1AFCD3. Grayscale: #4B4B4B. Windows color (decimal): -1768660 or 2884581. OLE color: 2884581.

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

Color convert

RGB 229 3 44 -
CMYK 0 0.99 0.81 0.10
HSL 349.12º 0.97% 0.45% -
HSV(B) 349.12º 0.99% 0.9% -
XYZ 32.8 16.9 3.92 -
YUV 75.25 110.37 237.67 -
System Red Green Blue C M Y K H S L
Decimal 229 3 44 0 0.99 0.81 0.10 349.12 0.97 0.45
Hex E5 3 2C 0 63 51 A 15D 61 2D
Octal 345 3 54 0 143 121 12 535 141 55
Binary 11100101 11 101100 0 1100011 1010001 1010 101011101 1100001 101101

Color Harmonies of #E5032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5032C

Black with #E5032C

Text Example


Text Example

White with #E5032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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