Html Css Color HEX #E00732 Crimson

📋 copy color: '#E00732'

red 224 ◦ green 7 ◦ blue 50

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

Shades of Crimson #E00732

Tints of Crimson #E00732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 79.72%
G = 2.49%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00732 (or 0xE00732) is known color: Crimson. HEX triplet: E0, 07 and 32. RGB value is (224,7,50). Sum of RGB (Red+Green+Blue) = 224+7+50=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00732 is #1FF8CD. Grayscale: #4C4C4C. Windows color (decimal): -2095310 or 3278816. OLE color: 3278816.

HSL color Cylindrical-coordinate representation of color #E00732: hue angle of 348.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00732 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 50 -
CMYK 0 0.97 0.78 0.12
HSL 348.11º 0.94% 0.45% -
HSV(B) 348.11º 0.97% 0.88% -
XYZ 31.39 16.23 4.5 -
YUV 76.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 224 7 50 0 0.97 0.78 0.12 348.11 0.94 0.45
Hex E0 7 32 0 61 4E C 15C 5E 2D
Octal 340 7 62 0 141 116 14 534 136 55
Binary 11100000 111 110010 0 1100001 1001110 1100 101011100 1011110 101101

Color Harmonies of #E00732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00732

Black with #E00732

Text Example


Text Example

White with #E00732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00732; }

 p { color: rgb(224,7,50); }

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

background-color css

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

 a { background-color: rgb(224,7,50); }

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

border-color css

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

 span { border-color: rgb(224,7,50); }

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