Html Css Color HEX #E7072A Crimson

📋 copy color: '#E7072A'

red 231 ◦ green 7 ◦ blue 42

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

Shades of Crimson #E7072A

Tints of Crimson #E7072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 82.5%
G = 2.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7072A (or 0xE7072A) is known color: Crimson. HEX triplet: E7, 07 and 2A. RGB value is (231,7,42). Sum of RGB (Red+Green+Blue) = 231+7+42=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7072A is #18F8D5. Grayscale: #4E4E4E. Windows color (decimal): -1636566 or 2754535. OLE color: 2754535.

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

Color convert

RGB 231 7 42 -
CMYK 0 0.97 0.82 0.09
HSL 350.63º 0.94% 0.47% -
HSV(B) 350.63º 0.97% 0.91% -
XYZ 33.45 17.31 3.77 -
YUV 77.97 107.71 237.15 -
System Red Green Blue C M Y K H S L
Decimal 231 7 42 0 0.97 0.82 0.09 350.63 0.94 0.47
Hex E7 7 2A 0 61 52 9 15F 5E 2F
Octal 347 7 52 0 141 122 11 537 136 57
Binary 11100111 111 101010 0 1100001 1010010 1001 101011111 1011110 101111

Color Harmonies of #E7072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7072A

Black with #E7072A

Text Example


Text Example

White with #E7072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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