Html Css Color HEX #E0032B Crimson

📋 copy color: '#E0032B'

red 224 ◦ green 3 ◦ blue 43

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

Shades of Crimson #E0032B

Tints of Crimson #E0032B

RGB

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

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

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

R = 82.96%
G = 1.11%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0032B (or 0xE0032B) is known color: Crimson. HEX triplet: E0, 03 and 2B. RGB value is (224,3,43). Sum of RGB (Red+Green+Blue) = 224+3+43=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0032B is #1FFCD4. Grayscale: #494949. Windows color (decimal): -2096341 or 2819040. OLE color: 2819040.

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

Color convert

RGB 224 3 43 -
CMYK 0 0.99 0.81 0.12
HSL 349.14º 0.97% 0.45% -
HSV(B) 349.14º 0.99% 0.88% -
XYZ 31.21 16.09 3.75 -
YUV 73.64 110.72 235.25 -
System Red Green Blue C M Y K H S L
Decimal 224 3 43 0 0.99 0.81 0.12 349.14 0.97 0.45
Hex E0 3 2B 0 63 51 C 15D 61 2D
Octal 340 3 53 0 143 121 14 535 141 55
Binary 11100000 11 101011 0 1100011 1010001 1100 101011101 1100001 101101

Color Harmonies of #E0032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0032B

Black with #E0032B

Text Example


Text Example

White with #E0032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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