Html Css Color HEX #E7072B Crimson

📋 copy color: '#E7072B'

red 231 ◦ green 7 ◦ blue 43

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

Shades of Crimson #E7072B

Tints of Crimson #E7072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 82.21%
G = 2.49%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7072B (or 0xE7072B) is known color: Crimson. HEX triplet: E7, 07 and 2B. RGB value is (231,7,43). Sum of RGB (Red+Green+Blue) = 231+7+43=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E7072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7072B is #18F8D4. Grayscale: #4E4E4E. Windows color (decimal): -1636565 or 2820071. OLE color: 2820071.

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

Color convert

RGB 231 7 43 -
CMYK 0 0.97 0.81 0.09
HSL 350.36º 0.94% 0.47% -
HSV(B) 350.36º 0.97% 0.91% -
XYZ 33.47 17.32 3.86 -
YUV 78.08 108.21 237.07 -
System Red Green Blue C M Y K H S L
Decimal 231 7 43 0 0.97 0.81 0.09 350.36 0.94 0.47
Hex E7 7 2B 0 61 51 9 15E 5E 2F
Octal 347 7 53 0 141 121 11 536 136 57
Binary 11100111 111 101011 0 1100001 1010001 1001 101011110 1011110 101111

Color Harmonies of #E7072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7072B

Black with #E7072B

Text Example


Text Example

White with #E7072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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