Html Css Color HEX #E5032F Crimson

📋 copy color: '#E5032F'

red 229 ◦ green 3 ◦ blue 47

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

Shades of Crimson #E5032F

Tints of Crimson #E5032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 82.08%
G = 1.08%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5032F (or 0xE5032F) is known color: Crimson. HEX triplet: E5, 03 and 2F. RGB value is (229,3,47). Sum of RGB (Red+Green+Blue) = 229+3+47=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5032F is #1AFCD0. Grayscale: #4B4B4B. Windows color (decimal): -1768657 or 3081189. OLE color: 3081189.

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

Color convert

RGB 229 3 47 -
CMYK 0 0.99 0.79 0.10
HSL 348.32º 0.97% 0.45% -
HSV(B) 348.32º 0.99% 0.9% -
XYZ 32.86 16.93 4.22 -
YUV 75.59 111.87 237.42 -
System Red Green Blue C M Y K H S L
Decimal 229 3 47 0 0.99 0.79 0.10 348.32 0.97 0.45
Hex E5 3 2F 0 63 4F A 15C 61 2D
Octal 345 3 57 0 143 117 12 534 141 55
Binary 11100101 11 101111 0 1100011 1001111 1010 101011100 1100001 101101

Color Harmonies of #E5032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5032F

Black with #E5032F

Text Example


Text Example

White with #E5032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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