Html Css Color HEX #E00232 Crimson

📋 copy color: '#E00232'

red 224 ◦ green 2 ◦ blue 50

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

Shades of Crimson #E00232

Tints of Crimson #E00232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 81.16%
G = 0.72%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00232 (or 0xE00232) is known color: Crimson. HEX triplet: E0, 02 and 32. RGB value is (224,2,50). Sum of RGB (Red+Green+Blue) = 224+2+50=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E00232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00232 is #1FFDCD. Grayscale: #494949. Windows color (decimal): -2096590 or 3277536. OLE color: 3277536.

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

Color convert

RGB 224 2 50 -
CMYK 0 0.99 0.78 0.12
HSL 347.03º 0.98% 0.44% -
HSV(B) 347.03º 0.99% 0.88% -
XYZ 31.34 16.12 4.48 -
YUV 73.85 114.55 235.1 -
System Red Green Blue C M Y K H S L
Decimal 224 2 50 0 0.99 0.78 0.12 347.03 0.98 0.44
Hex E0 2 32 0 63 4E C 15B 62 2C
Octal 340 2 62 0 143 116 14 533 142 54
Binary 11100000 10 110010 0 1100011 1001110 1100 101011011 1100010 101100

Color Harmonies of #E00232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00232

Black with #E00232

Text Example


Text Example

White with #E00232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00232; }

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

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

background-color css

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

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

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

border-color css

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

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

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