Html Css Color HEX #E7052C Crimson

📋 copy color: '#E7052C'

red 231 ◦ green 5 ◦ blue 44

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

Shades of Crimson #E7052C

Tints of Crimson #E7052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 82.5%
G = 1.79%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7052C (or 0xE7052C) is known color: Crimson. HEX triplet: E7, 05 and 2C. RGB value is (231,5,44). Sum of RGB (Red+Green+Blue) = 231+5+44=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7052C is #18FAD3. Grayscale: #4D4D4D. Windows color (decimal): -1637076 or 2885095. OLE color: 2885095.

HSL color Cylindrical-coordinate representation of color #E7052C: hue angle of 349.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7052C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 44 -
CMYK 0 0.98 0.81 0.09
HSL 349.65º 0.96% 0.46% -
HSV(B) 349.65º 0.98% 0.91% -
XYZ 33.46 17.28 3.95 -
YUV 77.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 231 5 44 0 0.98 0.81 0.09 349.65 0.96 0.46
Hex E7 5 2C 0 62 51 9 15E 60 2E
Octal 347 5 54 0 142 121 11 536 140 56
Binary 11100111 101 101100 0 1100010 1010001 1001 101011110 1100000 101110

Color Harmonies of #E7052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7052C

Black with #E7052C

Text Example


Text Example

White with #E7052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7052C; }

 p { color: rgb(231,5,44); }

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

background-color css

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

 a { background-color: rgb(231,5,44); }

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

border-color css

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

 span { border-color: rgb(231,5,44); }

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