Html Css Color HEX #E70729 Crimson

📋 copy color: '#E70729'

red 231 ◦ green 7 ◦ blue 41

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

Shades of Crimson #E70729

Tints of Crimson #E70729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.7%

R = 82.8%
G = 2.51%
B = 14.7%

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

#E70729 (or 0xE70729) is known color: Crimson. HEX triplet: E7, 07 and 29. RGB value is (231,7,41). Sum of RGB (Red+Green+Blue) = 231+7+41=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E70729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70729 is #18F8D6. Grayscale: #4D4D4D. Windows color (decimal): -1636567 or 2688999. OLE color: 2688999.

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

Color convert

RGB 231 7 41 -
CMYK 0 0.97 0.82 0.09
HSL 350.89º 0.94% 0.47% -
HSV(B) 350.89º 0.97% 0.91% -
XYZ 33.43 17.3 3.68 -
YUV 77.85 107.21 237.24 -
System Red Green Blue C M Y K H S L
Decimal 231 7 41 0 0.97 0.82 0.09 350.89 0.94 0.47
Hex E7 7 29 0 61 52 9 15F 5E 2F
Octal 347 7 51 0 141 122 11 537 136 57
Binary 11100111 111 101001 0 1100001 1010010 1001 101011111 1011110 101111

Color Harmonies of #E70729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70729

Black with #E70729

Text Example


Text Example

White with #E70729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70729; }

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

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

background-color css

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

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

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

border-color css

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

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

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