Html Css Color HEX #E5032B Crimson

📋 copy color: '#E5032B'

red 229 ◦ green 3 ◦ blue 43

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

Shades of Crimson #E5032B

Tints of Crimson #E5032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 83.27%
G = 1.09%
B = 15.64%

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

#E5032B (or 0xE5032B) is known color: Crimson. HEX triplet: E5, 03 and 2B. RGB value is (229,3,43). Sum of RGB (Red+Green+Blue) = 229+3+43=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E5032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5032B is #1AFCD4. Grayscale: #4B4B4B. Windows color (decimal): -1768661 or 2819045. OLE color: 2819045.

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

Color convert

RGB 229 3 43 -
CMYK 0 0.99 0.81 0.10
HSL 349.38º 0.97% 0.45% -
HSV(B) 349.38º 0.99% 0.9% -
XYZ 32.78 16.9 3.82 -
YUV 75.13 109.87 237.75 -
System Red Green Blue C M Y K H S L
Decimal 229 3 43 0 0.99 0.81 0.10 349.38 0.97 0.45
Hex E5 3 2B 0 63 51 A 15D 61 2D
Octal 345 3 53 0 143 121 12 535 141 55
Binary 11100101 11 101011 0 1100011 1010001 1010 101011101 1100001 101101

Color Harmonies of #E5032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5032B

Black with #E5032B

Text Example


Text Example

White with #E5032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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