Html Css Color HEX #E70629 Crimson

📋 copy color: '#E70629'

red 231 ◦ green 6 ◦ blue 41

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

Shades of Crimson #E70629

Tints of Crimson #E70629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 83.09%
G = 2.16%
B = 14.75%

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

#E70629 (or 0xE70629) is known color: Crimson. HEX triplet: E7, 06 and 29. RGB value is (231,6,41). Sum of RGB (Red+Green+Blue) = 231+6+41=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E70629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70629 is #18F9D6. Grayscale: #4D4D4D. Windows color (decimal): -1636823 or 2688743. OLE color: 2688743.

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

Color convert

RGB 231 6 41 -
CMYK 0 0.97 0.82 0.09
HSL 350.67º 0.95% 0.46% -
HSV(B) 350.67º 0.97% 0.91% -
XYZ 33.42 17.28 3.67 -
YUV 77.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 231 6 41 0 0.97 0.82 0.09 350.67 0.95 0.46
Hex E7 6 29 0 61 52 9 15F 5F 2E
Octal 347 6 51 0 141 122 11 537 137 56
Binary 11100111 110 101001 0 1100001 1010010 1001 101011111 1011111 101110

Color Harmonies of #E70629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70629

Black with #E70629

Text Example


Text Example

White with #E70629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70629; }

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

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

background-color css

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

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

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

border-color css

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

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

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