Html Css Color HEX #E7134B Crimson

📋 copy color: '#E7134B'

red 231 ◦ green 19 ◦ blue 75

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

Shades of Crimson #E7134B

Tints of Crimson #E7134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 71.08%
G = 5.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7134B (or 0xE7134B) is known color: Crimson. HEX triplet: E7, 13 and 4B. RGB value is (231,19,75). Sum of RGB (Red+Green+Blue) = 231+19+75=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7134B is #18ECB4. Grayscale: #585858. Windows color (decimal): -1633461 or 4920295. OLE color: 4920295.

HSL color Cylindrical-coordinate representation of color #E7134B: hue angle of 344.15º 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 #E7134B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 19 75 -
CMYK 0 0.92 0.68 0.09
HSL 344.15º 0.85% 0.49% -
HSV(B) 344.15º 0.92% 0.91% -
XYZ 34.46 17.96 8.31 -
YUV 88.77 120.24 229.45 -
System Red Green Blue C M Y K H S L
Decimal 231 19 75 0 0.92 0.68 0.09 344.15 0.85 0.49
Hex E7 13 4B 0 5C 44 9 158 55 31
Octal 347 23 113 0 134 104 11 530 125 61
Binary 11100111 10011 1001011 0 1011100 1000100 1001 101011000 1010101 110001

Color Harmonies of #E7134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7134B

Black with #E7134B

Text Example


Text Example

White with #E7134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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