Html Css Color HEX #E7132A Crimson

📋 copy color: '#E7132A'

red 231 ◦ green 19 ◦ blue 42

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

Shades of Crimson #E7132A

Tints of Crimson #E7132A

RGB

 RED value IS 231 (90.63% from 255) = 79.11%

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

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

R = 79.11%
G = 6.51%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7132A (or 0xE7132A) is known color: Crimson. HEX triplet: E7, 13 and 2A. RGB value is (231,19,42). Sum of RGB (Red+Green+Blue) = 231+19+42=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E7132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7132A is #18ECD5. Grayscale: #555555. Windows color (decimal): -1633494 or 2757607. OLE color: 2757607.

HSL color Cylindrical-coordinate representation of color #E7132A: hue angle of 353.49º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7132A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 19 42 -
CMYK 0 0.92 0.82 0.09
HSL 353.49º 0.85% 0.49% -
HSV(B) 353.49º 0.92% 0.91% -
XYZ 33.61 17.62 3.82 -
YUV 85.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 231 19 42 0 0.92 0.82 0.09 353.49 0.85 0.49
Hex E7 13 2A 0 5C 52 9 161 55 31
Octal 347 23 52 0 134 122 11 541 125 61
Binary 11100111 10011 101010 0 1011100 1010010 1001 101100001 1010101 110001

Color Harmonies of #E7132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7132A

Black with #E7132A

Text Example


Text Example

White with #E7132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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