Html Css Color HEX #E71230 Crimson

📋 copy color: '#E71230'

red 231 ◦ green 18 ◦ blue 48

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

Shades of Crimson #E71230

Tints of Crimson #E71230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 77.78%
G = 6.06%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E71230 (or 0xE71230) is known color: Crimson. HEX triplet: E7, 12 and 30. RGB value is (231,18,48). Sum of RGB (Red+Green+Blue) = 231+18+48=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E71230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71230 is #18EDCF. Grayscale: #555555. Windows color (decimal): -1633744 or 3150567. OLE color: 3150567.

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

Color convert

RGB 231 18 48 -
CMYK 0 0.92 0.79 0.09
HSL 351.55º 0.86% 0.49% -
HSV(B) 351.55º 0.92% 0.91% -
XYZ 33.7 17.63 4.42 -
YUV 85.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 231 18 48 0 0.92 0.79 0.09 351.55 0.86 0.49
Hex E7 12 30 0 5C 4F 9 160 56 31
Octal 347 22 60 0 134 117 11 540 126 61
Binary 11100111 10010 110000 0 1011100 1001111 1001 101100000 1010110 110001

Color Harmonies of #E71230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71230

Black with #E71230

Text Example


Text Example

White with #E71230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71230; }

 p { color: rgb(231,18,48); }

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

background-color css

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

 a { background-color: rgb(231,18,48); }

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

border-color css

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

 span { border-color: rgb(231,18,48); }

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