Html Css Color HEX #E5032D Crimson

📋 copy color: '#E5032D'

red 229 ◦ green 3 ◦ blue 45

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

Shades of Crimson #E5032D

Tints of Crimson #E5032D

RGB

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

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

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

R = 82.67%
G = 1.08%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5032D (or 0xE5032D) is known color: Crimson. HEX triplet: E5, 03 and 2D. RGB value is (229,3,45). Sum of RGB (Red+Green+Blue) = 229+3+45=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5032D is #1AFCD2. Grayscale: #4B4B4B. Windows color (decimal): -1768659 or 2950117. OLE color: 2950117.

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

Color convert

RGB 229 3 45 -
CMYK 0 0.99 0.80 0.10
HSL 348.85º 0.97% 0.45% -
HSV(B) 348.85º 0.99% 0.9% -
XYZ 32.82 16.91 4.02 -
YUV 75.36 110.87 237.58 -
System Red Green Blue C M Y K H S L
Decimal 229 3 45 0 0.99 0.80 0.10 348.85 0.97 0.45
Hex E5 3 2D 0 63 50 A 15D 61 2D
Octal 345 3 55 0 143 120 12 535 141 55
Binary 11100101 11 101101 0 1100011 1010000 1010 101011101 1100001 101101

Color Harmonies of #E5032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5032D

Black with #E5032D

Text Example


Text Example

White with #E5032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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