Html Css Color HEX #E00932 Crimson

📋 copy color: '#E00932'

red 224 ◦ green 9 ◦ blue 50

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

Shades of Crimson #E00932

Tints of Crimson #E00932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

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

R = 79.15%
G = 3.18%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00932 (or 0xE00932) is known color: Crimson. HEX triplet: E0, 09 and 32. RGB value is (224,9,50). Sum of RGB (Red+Green+Blue) = 224+9+50=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00932 is #1FF6CD. Grayscale: #4E4E4E. Windows color (decimal): -2094798 or 3279328. OLE color: 3279328.

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

Color convert

RGB 224 9 50 -
CMYK 0 0.96 0.78 0.12
HSL 348.56º 0.92% 0.46% -
HSV(B) 348.56º 0.96% 0.88% -
XYZ 31.41 16.27 4.5 -
YUV 77.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 224 9 50 0 0.96 0.78 0.12 348.56 0.92 0.46
Hex E0 9 32 0 60 4E C 15D 5C 2E
Octal 340 11 62 0 140 116 14 535 134 56
Binary 11100000 1001 110010 0 1100000 1001110 1100 101011101 1011100 101110

Color Harmonies of #E00932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00932

Black with #E00932

Text Example


Text Example

White with #E00932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00932; }

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

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

background-color css

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

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

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

border-color css

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

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

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