Html Css Color HEX #E70632 Crimson

📋 copy color: '#E70632'

red 231 ◦ green 6 ◦ blue 50

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

Shades of Crimson #E70632

Tints of Crimson #E70632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 80.49%
G = 2.09%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70632 (or 0xE70632) is known color: Crimson. HEX triplet: E7, 06 and 32. RGB value is (231,6,50). Sum of RGB (Red+Green+Blue) = 231+6+50=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E70632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70632 is #18F9CD. Grayscale: #4E4E4E. Windows color (decimal): -1636814 or 3278567. OLE color: 3278567.

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

Color convert

RGB 231 6 50 -
CMYK 0 0.97 0.78 0.09
HSL 348.27º 0.95% 0.46% -
HSV(B) 348.27º 0.97% 0.91% -
XYZ 33.6 17.35 4.6 -
YUV 78.29 112.04 236.92 -
System Red Green Blue C M Y K H S L
Decimal 231 6 50 0 0.97 0.78 0.09 348.27 0.95 0.46
Hex E7 6 32 0 61 4E 9 15C 5F 2E
Octal 347 6 62 0 141 116 11 534 137 56
Binary 11100111 110 110010 0 1100001 1001110 1001 101011100 1011111 101110

Color Harmonies of #E70632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70632

Black with #E70632

Text Example


Text Example

White with #E70632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70632; }

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

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

background-color css

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

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

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

border-color css

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

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

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