Html Css Color HEX #E7052B Crimson

📋 copy color: '#E7052B'

red 231 ◦ green 5 ◦ blue 43

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

Shades of Crimson #E7052B

Tints of Crimson #E7052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 82.8%
G = 1.79%
B = 15.41%

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

#E7052B (or 0xE7052B) is known color: Crimson. HEX triplet: E7, 05 and 2B. RGB value is (231,5,43). Sum of RGB (Red+Green+Blue) = 231+5+43=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E7052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7052B is #18FAD4. Grayscale: #4C4C4C. Windows color (decimal): -1637077 or 2819559. OLE color: 2819559.

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

Color convert

RGB 231 5 43 -
CMYK 0 0.98 0.81 0.09
HSL 349.91º 0.96% 0.46% -
HSV(B) 349.91º 0.98% 0.91% -
XYZ 33.45 17.27 3.86 -
YUV 76.91 108.87 237.91 -
System Red Green Blue C M Y K H S L
Decimal 231 5 43 0 0.98 0.81 0.09 349.91 0.96 0.46
Hex E7 5 2B 0 62 51 9 15E 60 2E
Octal 347 5 53 0 142 121 11 536 140 56
Binary 11100111 101 101011 0 1100010 1010001 1001 101011110 1100000 101110

Color Harmonies of #E7052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7052B

Black with #E7052B

Text Example


Text Example

White with #E7052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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