Html Css Color HEX #E7133C Crimson

📋 copy color: '#E7133C'

red 231 ◦ green 19 ◦ blue 60

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

Shades of Crimson #E7133C

Tints of Crimson #E7133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 74.52%
G = 6.13%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E7133C (or 0xE7133C) is known color: Crimson. HEX triplet: E7, 13 and 3C. RGB value is (231,19,60). Sum of RGB (Red+Green+Blue) = 231+19+60=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7133C is #18ECC3. Grayscale: #575757. Windows color (decimal): -1633476 or 3937255. OLE color: 3937255.

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

Color convert

RGB 231 19 60 -
CMYK 0 0.92 0.74 0.09
HSL 348.4º 0.85% 0.49% -
HSV(B) 348.4º 0.92% 0.91% -
XYZ 34 17.78 5.91 -
YUV 87.06 112.74 230.67 -
System Red Green Blue C M Y K H S L
Decimal 231 19 60 0 0.92 0.74 0.09 348.4 0.85 0.49
Hex E7 13 3C 0 5C 4A 9 15C 55 31
Octal 347 23 74 0 134 112 11 534 125 61
Binary 11100111 10011 111100 0 1011100 1001010 1001 101011100 1010101 110001

Color Harmonies of #E7133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7133C

Black with #E7133C

Text Example


Text Example

White with #E7133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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