Html Css Color HEX #E0132A Crimson

📋 copy color: '#E0132A'

red 224 ◦ green 19 ◦ blue 42

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

Shades of Crimson #E0132A

Tints of Crimson #E0132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 78.6%
G = 6.67%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0132A (or 0xE0132A) is known color: Crimson. HEX triplet: E0, 13 and 2A. RGB value is (224,19,42). Sum of RGB (Red+Green+Blue) = 224+19+42=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0132A is #1FECD5. Grayscale: #535353. Windows color (decimal): -2092246 or 2757600. OLE color: 2757600.

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

Color convert

RGB 224 19 42 -
CMYK 0 0.92 0.81 0.12
HSL 353.27º 0.84% 0.48% -
HSV(B) 353.27º 0.92% 0.88% -
XYZ 31.39 16.48 3.72 -
YUV 82.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 224 19 42 0 0.92 0.81 0.12 353.27 0.84 0.48
Hex E0 13 2A 0 5C 51 C 161 54 30
Octal 340 23 52 0 134 121 14 541 124 60
Binary 11100000 10011 101010 0 1011100 1010001 1100 101100001 1010100 110000

Color Harmonies of #E0132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0132A

Black with #E0132A

Text Example


Text Example

White with #E0132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0132A; }

 p { color: rgb(224,19,42); }

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

background-color css

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

 a { background-color: rgb(224,19,42); }

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

border-color css

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

 span { border-color: rgb(224,19,42); }

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